public class IntImagePlus<T extends NativeType<T>> extends ImagePlusImg<T,IntArray>
ImagePlusImg
for integer-stored data.PlanarImg.PlanarContainerSampler
channels, depth, frames, height, width
dimensions, mirror, numSlices, sliceSteps
entitiesPerPixel, linkedType, numEntities
dimension, max, n, numPixels
Constructor and Description |
---|
IntImagePlus(ij.ImagePlus imp) |
IntImagePlus(long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Free resources.
|
ij.ImagePlus |
getImagePlus() |
void |
setPlane(int no,
IntArray plane)
This has to be overwritten, otherwise two different instances exist (one
in the imageplus, one in the mirror)
|
factory, getChannels, getDepth, getFrames, getHeight, getWidth, numEntities, reduceDimensions, reduceDimensions
copy, cursor, cursor, getIndex, getPlane, indexToGlobalPosition, indexToGlobalPosition, iterationOrder, localizingCursor, localizingCursor, numberOfSlices, numSlices, randomAccess, subIntervalIterationOrder, supportsOptimizedCursor, update
createLinkedType, setLinkedType
dimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, randomAccess, realMax, realMax, realMax, realMin, realMin, realMin, size, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAt, getAt, getAt, randomAccess
firstElement, size
forEach, iterator, spliterator
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMin
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
allPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
public IntImagePlus(long[] dim, Fraction entitiesPerPixel)
public IntImagePlus(ij.ImagePlus imp)
public void setPlane(int no, IntArray plane)
setPlane
in interface PlanarAccess<IntArray>
setPlane
in class PlanarImg<T extends NativeType<T>,IntArray>
public void close()
ImagePlusImg
ImagePlus
.close
in class ImagePlusImg<T extends NativeType<T>,IntArray>
public ij.ImagePlus getImagePlus() throws ImgLibException
getImagePlus
in class ImagePlusImg<T extends NativeType<T>,IntArray>
ImgLibException
Copyright © 2015–2022 ImgLib2. All rights reserved.