GetPixelClusters
Defined in
<image/SmtImage.h>
Get a list of the iMaxNumClusters largest clusters in this image. This really only makes sense when the image is a binary image. Garbage in, garbage out.
(1) |
-
Parameters:-
const unsigned int
iMaxNumClusters
-
std::vector<PixelCluster> &
oGroupedPoints
-