public interface InPlaceStrel extends Strel, InPlaceStrel3D
SeparableStrelStrel.ShapeBACKGROUND, FOREGROUND| Modifier and Type | Method and Description | 
|---|---|
void | 
inPlaceDilation(ij.process.ImageProcessor image)
Performs dilation of the image given as argument, and stores the result
 in the same image. 
 | 
void | 
inPlaceErosion(ij.process.ImageProcessor image)
Performs erosion of the image given as argument, and stores the result
 in the same image. 
 | 
InPlaceStrel | 
reverse()
The reverse structuring element of an InPlaceStrel is also an
 InPlaceStrel. 
 | 
closing, dilation, erosion, getChannelName, getMask, getOffset, getShifts, getSize, opening, setChannelNameinPlaceDilation, inPlaceErosionclosing, dilation, erosion, getMask3D, getShifts3D, opening, showProgress, showProgressaddAlgoListener, removeAlgoListenervoid inPlaceDilation(ij.process.ImageProcessor image)
image - the input image to dilatevoid inPlaceErosion(ij.process.ImageProcessor image)
image - the input image to erodeInPlaceStrel reverse()
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.