boofcv.alg.segmentation.ms
Class SegmentMeanShiftSearchColor<T extends ImageMultiBand>
- java.lang.Object
-
- boofcv.alg.segmentation.ms.SegmentMeanShiftSearch<T>
-
- boofcv.alg.segmentation.ms.SegmentMeanShiftSearchColor<T>
-
public class SegmentMeanShiftSearchColor<T extends ImageMultiBand> extends SegmentMeanShiftSearch<T>
Implementation of
SegmentMeanShiftSearchfor color images
-
-
Constructor Summary
Constructors Constructor and Description SegmentMeanShiftSearchColor(int maxIterations, float convergenceTol, InterpolatePixelMB<T> interpolate, int radiusX, int radiusY, float maxColorDistance, boolean fast, ImageType<T> imageType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ImageType<T>getImageType()voidprocess(T image)Performs mean-shift clustering on the input image-
Methods inherited from class boofcv.alg.segmentation.ms.SegmentMeanShiftSearch
distanceSq, getModeColor, getModeLocation, getPixelToRegion, getRegionMemberCount
-
-
-
-
Constructor Detail
-
SegmentMeanShiftSearchColor
public SegmentMeanShiftSearchColor(int maxIterations, float convergenceTol, InterpolatePixelMB<T> interpolate, int radiusX, int radiusY, float maxColorDistance, boolean fast, ImageType<T> imageType)
-
-
Method Detail
-
process
public void process(T image)
Performs mean-shift clustering on the input image- Specified by:
processin classSegmentMeanShiftSearch<T extends ImageMultiBand>- Parameters:
image- Input image
-
getImageType
public ImageType<T> getImageType()
- Specified by:
getImageTypein classSegmentMeanShiftSearch<T extends ImageMultiBand>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG