public class AdaptiveLocalThresholdContrast extends AbstractLocalThreshold
SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>
sizeX, sizeY
Constructor and Description |
---|
AdaptiveLocalThresholdContrast(int size)
Construct the thresholding operator with the given patch size (assumed
square)
|
AdaptiveLocalThresholdContrast(int size_x,
int size_y)
Construct the thresholding operator with the given patch size
|
Modifier and Type | Method and Description |
---|---|
void |
processImage(FImage image)
Process an image.
|
getKernelHeight, getKernelWidth
public AdaptiveLocalThresholdContrast(int size)
size
- size of the local image patchpublic AdaptiveLocalThresholdContrast(int size_x, int size_y)
size_x
- width of patchsize_y
- height of patchpublic void processImage(FImage image)
ImageProcessor
Image.internalAssign(Image)
.image
- The image to process in place.