Ask Your Question

JamieCorkhill's profile - activity

2017-09-20 16:49:46 -0600 commented question How do I know what values to set for the blockSize and constant parameters of adaptiveThreshold().

What do you mean? Thanks.

2017-09-19 08:41:11 -0600 commented question Convex Hull on Java Android OpenCV 2.3

Try reading this link: http://opencvexamples.blogspot.com/2013/10/convex-hull.html

2017-09-18 20:03:14 -0600 commented question How can I use the Imgproc.findContours() method only on a certain portion of an image, and not the whole image?

So, does that mean if the convexHull length returns a value of 7 that the image is a heptagon? Also, I am 15 years old

2017-09-18 19:34:16 -0600 commented question How can I use the Imgproc.findContours() method only on a certain portion of an image, and not the whole image?

Thank you, but how am I to know what part of the image each contour corresponds to?

2017-09-18 17:45:27 -0600 asked a question How do I know what values to set for the blockSize and constant parameters of adaptiveThreshold().

How do I know what values to set for the blockSize and constant parameters of adaptiveThreshold(). I am trying to find t

2017-09-18 13:31:23 -0600 asked a question How can I count the number of verticies on a shape in an image using the Imgproc.approxPolyDP() method in Java?

How can I count the number of verticies on a shape in an image using the Imgproc.approxPolyDP() method in Java? I have p

2017-09-18 13:31:22 -0600 asked a question How can I use the Imgproc.findContours() method only on a certain portion of an image, and not the whole image?

How can I use the Imgproc.findContours() only on a certain portion of an image, and not the whole image? I have an image