Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need help in image segmentation #70

Open
somethingsrsocrazy opened this issue Jan 26, 2022 · 0 comments
Open

need help in image segmentation #70

somethingsrsocrazy opened this issue Jan 26, 2022 · 0 comments
Labels

Comments

@somethingsrsocrazy
Copy link

somethingsrsocrazy commented Jan 26, 2022

Hi this is sandeep
well, I am providing more than 10 example images of the CAPTCHA system:

0

Font Name is "SpicyRice-Regular"

Below captcha's are generated by yiicaptcha which is yiiframework

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

var cbl = new CBL({
            preprocess: function(img) {
               img.binarize(69);
               img.colorRegions(7, true);
            },
            character_set: "abcdefghijklmnopqrstuvwxyz",
                    blob_min_pixels: 50,
                    blob_max_pixels: 500,
                    pattern_width: 25,
                    pattern_height: 25,
                    pattern_maintain_ratio: true,
                    perceptive_colorspace: true,
                    blob_debug: "debugSegmented"         
            });

can u explain how to split characters that are bent at some angle
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant