cv::findContours, unable to find contours
Hello,
Below is the image that i'm able to capture through the video camera. But when i process this image withcv:: findcontours method in ios, it is unable to detect the contours in the image.
Can anyone help me with this issue.
Try to find contours after thresholding this image. If it has no effect, try to do dilate, after thresholding.