Ask Your Question

Sugosh's profile - activity

2016-05-30 12:25:56 -0600 received badge  Student (source)
2016-02-02 10:02:49 -0600 commented answer How do I remove unwanted background edges for my ANPR project

@pklab Thank you :D

2016-02-02 10:01:53 -0600 received badge  Enthusiast
2016-02-01 11:59:52 -0600 commented answer How do I remove unwanted background edges for my ANPR project

@pklab I'm trying to implement Stroke Width Transform to enhance text detection. I'm stuck at finding gradient(perpendicular) direction at each pixel. The approach I have in mind is to find the next connected pixel and find slope of it, then draw a perpendicular using the inverse slope. Please let me know if there is any other approach to find gradient direction of a pixel or how do I solve my method? I'd really be grateful and thank you in advance.

2016-01-26 04:03:56 -0600 asked a question Where can I find a dataset for my Automatic Number Plate recognition system project.

I need a huge benchmark dataset for my ANPR project to calculate the performance. If anyone know a repository containing this please let me know. Thank you.

2016-01-21 04:05:27 -0600 commented answer How do I remove unwanted background edges for my ANPR project

Thank you :)

2016-01-16 11:20:31 -0600 commented answer How do I remove unwanted background edges for my ANPR project

Thank you for your reply. I read the source code but I'm confused :(. Can you please provide me a link where I could study this? Thank you very much.

2016-01-16 11:20:28 -0600 received badge  Supporter (source)
2016-01-13 21:04:12 -0600 asked a question How do I remove unwanted background edges for my ANPR project

Here is the binary image of the Canny filtered image. (Gaussian Blur 7x7) image description I just need the License plate or any other text if present in the background. How do I remove the background noise? How do I proceed with the text localization?

Thank you.