0
Answer

problem in solving equivalences in connected components for binary image

Ask a question
shyang

shyang

13y
11.5k
1

i want to solve equivalences in connected components for binary image.
after implementing labeling algorithm, an object may contains different labels and i need to resolve the equivalences. any suggestions? should i use linked-list, pointer or tree node? my project is based on C# programming.