Skip to content
Advertisement

Tag: image-processing

Identify an embedded image within an image in Python [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 8 months ago. Improve this question I have, for example, the following image: Is there any way

Find end point on each line using OpenCV

I’m trying to get the coordinate of every end point on every line, but i couldn’t come up with a solution, this is what I’ve currently got but its finding the outline of the lines not the lines itself Answer The hit-or-miss transform can be used to find end points of a line after skeletonization. Code:

Advertisement