Ask Your Question

active92's profile - activity

2015-09-01 13:05:43 -0600 commented question license plate cropping

ok thanks. will give it a try.

2015-09-01 13:05:03 -0600 received badge  Enthusiast
2015-08-31 12:12:50 -0600 asked a question license plate cropping

I would like to crop only the numbers out from license plate. I have tried using bounding box but it is not detecting it. What other methods can I use to crop it out so that I can remove noises.

image description

image description

2015-08-03 19:55:28 -0600 commented question segmentation license plate

this is only one of the test samples. if i implement this, all others will get affected as well.

2015-08-03 15:56:12 -0600 asked a question segmentation license plate

I have this image as shown below. The 'k' is somehow not detected because it is connected to the background. Is there any way to detect the 'k'

image description

2015-08-01 14:45:53 -0600 received badge  Supporter (source)
2015-08-01 14:45:49 -0600 received badge  Scholar (source)
2015-08-01 14:18:32 -0600 received badge  Editor (source)
2015-08-01 14:17:00 -0600 asked a question Removing certain pixels with threshold

For example, there are 9 region of interest. I need to remove those that are bigger than 1000 and smaller than 65. What is the best way to do it? I was using this method but it is not working.

image description

2015-08-01 14:01:47 -0600 commented answer Remove contours/bounding rect with an area < n

how can I do it with 2 threshold? i tried using || at the if and it stops working.

2015-07-13 02:15:19 -0600 received badge  Student (source)
2015-07-13 00:01:56 -0600 asked a question Removing big and small objects

I'm currently trying to do character segmentation. This is what I got so far but I'm trying to remove the blue object. What is the best way to do it?

image description