public class AdaptiveLocalThresholdGaussian extends Object implements SinglebandImageProcessor<Float,FImage>
SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>| Constructor and Description |
|---|
AdaptiveLocalThresholdGaussian(float sigma,
float offset)
Construct the thresholding operator with the given Gaussian standard
deviation, sigma, and offset
|
public AdaptiveLocalThresholdGaussian(float sigma, float offset)
sigma - Gaussian kernel standard deviationoffset - offset from the patch mean at which the threshold occurspublic void processImage(FImage image)
ImageProcessorImage.internalAssign(Image).processImage in interface ImageProcessor<FImage>image - The image to process in place.