public abstract class AbstractInPlaceStrel extends AbstractStrel implements InPlaceStrel
Strel.ShapeBACKGROUND, FOREGROUND| Constructor and Description |
|---|
AbstractInPlaceStrel() |
| Modifier and Type | Method and Description |
|---|---|
ij.process.ImageProcessor |
closing(ij.process.ImageProcessor image)
Performs a morphological closing on the input image, by applying first a
dilation, then an erosion with the reversed structuring element.
|
ij.ImageStack |
closing(ij.ImageStack stack)
Performs a morphological closing on the input stack, by applying first a
dilation, then an erosion with the reversed structuring element.
|
ij.process.ImageProcessor |
dilation(ij.process.ImageProcessor image)
Implements a default algorithm for dilation, that consists in iterating
over the neighbors of each pixel to compute the maximum value.
|
ij.ImageStack |
dilation(ij.ImageStack stack)
Implements a default algorithm for dilation, that consists in iterating
over the neighbors of each pixel to compute the maximum value.
|
ij.process.ImageProcessor |
erosion(ij.process.ImageProcessor image)
Implements a default algorithm for erosion, that consists in iterating
over the neighbors of each pixel to compute the minimum value.
|
ij.ImageStack |
erosion(ij.ImageStack stack)
Implements a default algorithm for erosion, that consists in iterating
over the neighbors of each pixel to compute the minimum value.
|
void |
inPlaceDilation(ij.ImageStack stack)
Performs dilation of the stack given as argument, and stores the result
in the same image.
|
void |
inPlaceErosion(ij.ImageStack stack)
Performs erosion of the image given as argument, and stores the result
in the same image.
|
ij.process.ImageProcessor |
opening(ij.process.ImageProcessor image)
Performs a morphological opening on the input image, by applying first an
erosion, then a dilation with the reversed structuring element.
|
ij.ImageStack |
opening(ij.ImageStack stack)
Performs a morphological opening on the input stack, by applying first an
erosion, then a dilation with the reversed structuring element.
|
addBorder, convertMaskToShifts, cropBorder, getChannelName, getMask3D, getShifts3D, setChannelNameaddBorder, convertMaskToShifts, cropBorder, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, showProgress, showProgressaddAlgoListener, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinPlaceDilation, inPlaceErosion, reversegetChannelName, getMask, getOffset, getShifts, getSize, setChannelNamegetMask3D, getShifts3D, showProgress, showProgressaddAlgoListener, removeAlgoListenerpublic ij.ImageStack dilation(ij.ImageStack stack)
AbstractStrel3DgetShifts() method.dilation in interface Strel3Ddilation in class AbstractStrelstack - the input imageStrel3D.getShifts3D(),
AbstractStrel3D.erosion(ImageStack)public ij.ImageStack erosion(ij.ImageStack stack)
AbstractStrel3DgetShifts() method.erosion in interface Strel3Derosion in class AbstractStrelstack - the input imageStrel3D.getShifts3D(),
AbstractStrel3D.dilation(ImageStack)public ij.ImageStack closing(ij.ImageStack stack)
AbstractStrel3Dclosing in interface Strel3Dclosing in class AbstractStrelstack - the input imageAbstractStrel3D.dilation(ImageStack),
AbstractStrel3D.erosion(ImageStack),
AbstractStrel3D.opening(ImageStack),
Strel3D.reverse()public ij.ImageStack opening(ij.ImageStack stack)
AbstractStrel3Dopening in interface Strel3Dopening in class AbstractStrelstack - the input imageAbstractStrel3D.dilation(ImageStack),
AbstractStrel3D.erosion(ImageStack),
AbstractStrel3D.closing(ImageStack),
Strel3D.reverse()public void inPlaceDilation(ij.ImageStack stack)
InPlaceStrel3DinPlaceDilation in interface InPlaceStrel3Dstack - the input image stack to dilatepublic void inPlaceErosion(ij.ImageStack stack)
InPlaceStrel3DinPlaceErosion in interface InPlaceStrel3Dstack - the input image stack to erodepublic ij.process.ImageProcessor dilation(ij.process.ImageProcessor image)
AbstractStrelgetShifts() method.dilation in interface Streldilation in class AbstractStrelimage - the input imageStrel.getShifts(),
AbstractStrel.erosion(ImageProcessor)public ij.process.ImageProcessor erosion(ij.process.ImageProcessor image)
AbstractStrelgetShifts() method.erosion in interface Strelerosion in class AbstractStrelimage - the input imageStrel.getShifts(),
AbstractStrel.dilation(ImageProcessor)public ij.process.ImageProcessor closing(ij.process.ImageProcessor image)
AbstractStrelclosing in interface Strelclosing in class AbstractStrelimage - the input imageAbstractStrel.dilation(ij.process.ImageProcessor),
AbstractStrel.erosion(ij.process.ImageProcessor),
AbstractStrel.opening(ij.process.ImageProcessor),
Strel3D.reverse()public ij.process.ImageProcessor opening(ij.process.ImageProcessor image)
AbstractStrelopening in interface Strelopening in class AbstractStrelimage - the input imageAbstractStrel.dilation(ij.process.ImageProcessor),
AbstractStrel.erosion(ij.process.ImageProcessor),
AbstractStrel.closing(ij.process.ImageProcessor),
Strel3D.reverse()Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.