Updated by Alexander Shishkov about 13 years ago
Many datasets include lots of repeated points. Such datasets can be represented more compactly by removing duplicate points and storing the number of each point as a "weight". It would be good if OpenCV [[OpenCV]] clustering and partitioning algorithms supported such datasets.
Note: I will be attempting to rework the clustering code to support this as part of a project I'm working on and will submit it for inclusion if I am successful.
Note: I will be attempting to rework the clustering code to support this as part of a project I'm working on and will submit it for inclusion if I am successful.