public class StructuringElement extends Image<BitType>
calibration, cursors, display, name
Constructor and Description |
---|
StructuringElement(ImageFactory<BitType> factory,
int[] dimensions,
String name) |
StructuringElement(int[] dimensions,
String name) |
Modifier and Type | Method and Description |
---|---|
static StructuringElement |
createBall(int nd,
double radius) |
static StructuringElement |
createBar(int nd,
int length,
int lengthDim) |
static StructuringElement |
createCube(int nd,
int length) |
int[] |
getOffset() |
add, addAll, addCursor, clear, clone, close, closeAllCursors, contains, containsAll, createCursor, createInterpolator, createLocalizableByDimCursor, createLocalizableByDimCursor, createLocalizableCursor, createLocalizablePlaneCursor, createNewImage, createNewImage, createNewImage, createNewImage, createPositionArray, createType, createUniqueId, getActiveCursors, getCalibration, getCalibration, getContainer, getContainerFactory, getCursors, getCursors, getDimension, getDimensions, getDimensions, getDisplay, getImageFactory, getName, getNumActiveCursors, getNumCursors, getNumDimensions, getNumPixels, isEmpty, iterator, remove, removeAll, removeAllCursors, removeCursor, retainAll, setCalibration, setCalibration, setDefaultDisplay, setDisplay, setName, size, toArray, toArray, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public StructuringElement(int[] dimensions, String name)
public StructuringElement(ImageFactory<BitType> factory, int[] dimensions, String name)
public int[] getOffset()
public static StructuringElement createBall(int nd, double radius)
public static StructuringElement createCube(int nd, int length)
public static StructuringElement createBar(int nd, int length, int lengthDim)
Copyright © 2015–2021 Fiji. All rights reserved.