Ask Your Question

rkandury's profile - activity

2019-07-26 05:28:08 -0600 commented question findContours function in C++ not giving same number as Python

Also, I realized that my image is a binary image is a with white background. Is there any requirement that the backgroun

2019-07-26 05:11:13 -0600 commented question findContours function in C++ not giving same number as Python

The size it returns is 4 and when I print it out it is the same as contours[0] returned by Python. Thanks for respondin

2019-07-26 00:11:44 -0600 asked a question findContours function in C++ not giving same number as Python

findContours function in C++ not giving same number as Python I am trying to get contours for an image using OpenCV4 and