public class MeanShiftUniformPeak<T extends ImageSingleBand> extends MeanShiftPeak<T>
MeanShiftPeak which uses a flat kernel.convergenceTol, image, interpolate, maxIterations, peakX, peakY, radius, width, x0, y0| Constructor and Description |
|---|
MeanShiftUniformPeak(int maxIterations,
float convergenceTol,
int radius,
Class<T> imageType)
Configures search.
|
public void search(float cx,
float cy)
search in class MeanShiftPeak<T extends ImageSingleBand>Copyright © 2013. All Rights Reserved.