Ask Your Question

milad's profile - activity

2018-11-16 03:49:24 -0600 commented answer connectedComponentsWithStats Problem in Multithread

I just want to mention that the thread I'm using connectedComponentsWithStats inside it has more code inside. I didn't m

2018-11-16 03:12:52 -0600 commented question connectedComponentsWithStats Problem in Multithread

@berak To me it looks like a bad design. Because connectedComponentsWithStats can be used frequently in parallel program

2018-11-16 02:26:03 -0600 commented question connectedComponentsWithStats Problem in Multithread

@berak the threads have their own variables. Can't find any issues with the thread itself. I usually use functions in th

2018-11-15 05:09:53 -0600 received badge  Editor (source)
2018-11-15 05:09:53 -0600 edited question connectedComponentsWithStats Problem in Multithread

connectedComponentsWithStats Problem in Multithreading Why does this code sometimes (maybe 5% of the times) return "5 4"

2018-11-15 03:47:42 -0600 asked a question connectedComponentsWithStats Problem in Multithread

connectedComponentsWithStats Problem in Multithreading Why does this code sometimes (maybe 5% of the times) return "5 4"

2018-05-01 00:49:45 -0600 received badge  Enthusiast
2018-04-09 13:04:14 -0600 commented question Fast Minimum Variance Color Quantization

Do you know any other libraries that could help me?

2018-04-09 13:01:17 -0600 commented question Fast Minimum Variance Color Quantization

Am I asking the wrong question here?

2018-04-09 12:50:03 -0600 asked a question Fast Minimum Variance Color Quantization

Fast Minimum Variance Color Quantization How to do fast minimum variance color quantization in OpenCV? Color quantizatio