DEV Community

FajrulHQ
FajrulHQ

Posted on

differentiate each connected contour using findcontours

I have some image that represent fault of seismic data, and using cv2.findcontours to detect every fault line, and that solved. But the problem is, when some image has a connected fault line, this method detect as a same contour, in real case its just 1 contour in each fault…

Oldest comments (0)