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
#Shape_Counting.py
This python based code basically finds the connected component in a 2D matrix of 0 and 1.
It uses DFS (Depth First Search) algorithm to traverse a particular connected component.