You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The speed of this algorithm could use work.
It seems the component_detection algorithm uses a pythonic for loop to iterate though every pixel.
This is notoursoursly slow.