public class UnsetPixel extends MorphologicalOperator
center, mask, pixel
Constructor and Description |
---|
UnsetPixel(boolean[][] mask)
Creates a new instance of Border
|
Modifier and Type | Method and Description |
---|---|
protected void |
processPosition(int x,
int y,
int width,
short[] source,
short[] target) |
protected void |
processPosition(int x,
int y,
WritableRaster raster,
Raster in)
Processes a postion in the image.
|
filter, filter, getTrueMask
protected final void processPosition(int x, int y, WritableRaster raster, Raster in)
MorphologicalOperator
processPosition
in class MorphologicalOperator
x
- The X coordinatey
- The Y coordinateraster
- The output rasterin
- The input rasterprotected final void processPosition(int x, int y, int width, short[] source, short[] target)
processPosition
in class MorphologicalOperator
Copyright © 2015–2021 Fiji. All rights reserved.