I have a code that can detect contours in an image. My image consists of a string of characters. But contours being detected is not in the order of character. So I am not able to save it in the correct order.
1 | initial version |
I have a code that can detect contours in an image. My image consists of a string of characters. But contours being detected is not in the order of character. So I am not able to save it in the correct order.