Ask Your Question

bennog's profile - activity

2018-06-03 14:56:58 -0600 commented question Distinguishing between white and luminous objects

you can make it robust by using other color led's. or even better messaging leds (identifying themselves with a code) s

2018-06-03 10:01:54 -0600 commented question Distinguishing between white and luminous objects

If you want to do it the lazy way use threshold (252,252,252) on the BGR image.

2018-06-03 09:59:24 -0600 commented question Distinguishing between white and luminous objects

can you close the diafragma more ? And then add the darker images to the question. The problem you have now is saturatio

2018-05-23 06:50:18 -0600 commented question Distinguishing between white and luminous objects

1st reduce shutter time or close diafragma so image gets a lot darker (the white background is almost saturated) 2nd lo

2018-05-12 05:00:05 -0600 commented question Distinguishing between white and luminous objects

do you have some sample images so we can see what you mean (for example if leds are saturated)

2018-05-11 00:52:13 -0600 commented question How to correct this barrel distortion

looks more like a slight perspective distortion to me.

2018-05-11 00:49:53 -0600 commented question Fail to build

your path to the mingw compiler is probably not set. So cmake can not find the compiler.

2018-05-10 05:50:01 -0600 received badge  Enthusiast
2018-05-09 10:30:22 -0600 received badge  Teacher (source)
2018-05-09 05:02:30 -0600 received badge  Necromancer (source)
2018-05-09 04:50:41 -0600 answered a question Segmentation Fault in findContours()

The dilate function needs the kernel not a empty Mat() and 12 iterations, it is better to increase the kernel size for

2018-05-09 03:10:55 -0600 received badge  Supporter (source)
2018-04-30 00:39:15 -0600 commented answer How do I properly add two Matrices?

Just tested it but it don't get promoted to CV_16U3C The output is simply clipped to 255 so if you add 200 + 200 the res

2018-04-29 15:25:41 -0600 answered a question How do I properly add two Matrices?

The result can not be a CV_8U3C because it can not hold a value above 255, try converting to CV_32F3C before adding up.

2018-04-29 05:05:31 -0600 edited question extract flower buds in x-ray image

extract flower buds in x-ray image I am trying to extract and count the number of buds in of a flower in an x-ray image.

2018-04-29 05:03:59 -0600 commented question extract flower buds in x-ray image

Also changed the .tiff to .png so they are visible in the question.

2018-04-29 05:03:09 -0600 received badge  Editor (source)
2018-04-29 05:03:09 -0600 edited question extract flower buds in x-ray image

extract flower buds in x-ray image I am trying to extract and count the number of buds in of a flower in an x-ray image.

2018-04-29 04:42:20 -0600 asked a question extract flower buds in x-ray image

extract flower buds in x-ray image I am trying to extract and count the number of buds in of a flower in an x-ray image.