Hello All: Source Image
Code here: cvtColor(Src, gray, COLOR_BGR2GRAY); threshold(gray, binary, 0, 255, THRESH_BINARY_INV | THRESH_OTSU);
Destination Image
I want to extract the contours of seven circles,What shall I do? thanks!
1 | initial version |
Hello All: Source Image
Code here: cvtColor(Src, gray, COLOR_BGR2GRAY); threshold(gray, binary, 0, 255, THRESH_BINARY_INV | THRESH_OTSU);
Destination Image
I want to extract the contours of seven circles,What shall I do? thanks!