Given a 3-channel color image what is the easiest the way to find connected components such that pixel A is considered connected to pixel B if A and B are adjacent and exactly the same color?
1 | initial version |
Given a 3-channel color image what is the easiest the way to find connected components such that pixel A is considered connected to pixel B if A and B are adjacent and exactly the same color?