public class ContentAwareFill extends Object
Constructor and Description |
---|
ContentAwareFill() |
Modifier and Type | Method and Description |
---|---|
static void |
fillClosestPixel(ij.process.ImageProcessor imageProcessor,
ij.process.ImageProcessor maskProcessor)
Simple content-aware fill that just takes the closest pixel
|
static void |
fillMean(ij.process.ImageProcessor imageProcessor,
ij.process.ImageProcessor maskProcessor) |
static void |
fillMedian(ij.process.ImageProcessor imageProcessor,
ij.process.ImageProcessor maskProcessor) |
public static void fillMean(ij.process.ImageProcessor imageProcessor, ij.process.ImageProcessor maskProcessor)
public static void fillMedian(ij.process.ImageProcessor imageProcessor, ij.process.ImageProcessor maskProcessor)
public static void fillClosestPixel(ij.process.ImageProcessor imageProcessor, ij.process.ImageProcessor maskProcessor)
imageProcessor
- the processor i/omaskProcessor
- the maskCopyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.