Category "edges"

Python Connected Components edges list

I use these algorithms in python for finding connected components from edges. components = [] def connected_components(pairs): for a, b in pairs:

Fast method to retrieve contour mask from a binary mask in Python

I want to make a realtime application, which involves finding the edges of a binary mask. I need something fast, without GPU if possible, that runs hopefully be