shyang

shyang

  • NA
  • 1
  • 13.9k

problem in solving equivalences in connected components for binary image

Jan 29 2011 9:49 AM

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.