public class Cross3x3Strel extends AbstractInPlaceStrel
Strel.ShapeBACKGROUND, FOREGROUND| Constructor and Description | 
|---|
Cross3x3Strel()  | 
| Modifier and Type | Method and Description | 
|---|---|
int[][] | 
getMask()
Returns the structuring element as a mask. 
 | 
int[] | 
getOffset()
Returns the offset in the mask. 
 | 
int[][] | 
getShifts()
Returns the structuring element as a set of shifts. 
 | 
int[] | 
getSize()
Returns the size of the structuring element, as an array of size in each
 direction. 
 | 
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()
Returns this structuring element, as is is self-reverse. 
 | 
closing, closing, dilation, dilation, erosion, erosion, inPlaceDilation, inPlaceErosion, opening, openingaddBorder, convertMaskToShifts, cropBorder, getChannelName, getMask3D, getShifts3D, setChannelNameaddBorder, convertMaskToShifts, cropBorder, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, showProgress, showProgressaddAlgoListener, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChannelName, setChannelNamegetMask3D, getShifts3D, showProgress, showProgressaddAlgoListener, removeAlgoListenerpublic int[] getSize()
Strelpublic int[][] getMask()
Strelpublic int[] getOffset()
Strelpublic int[][] getShifts()
Strelpublic InPlaceStrel reverse()
InPlaceStrel.reverse()public void inPlaceDilation(ij.process.ImageProcessor image)
InPlaceStrelimage - the input image to dilatepublic void inPlaceErosion(ij.process.ImageProcessor image)
InPlaceStrelimage - the input image to erodeCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.