public class ShortImagePlus<T extends NativeType<T>> extends ImagePlusImg<T,ShortArray>
ImagePlusImg
for short-stored data.PlanarImg.PlanarContainerSampler
channels, depth, frames, height, width
dimensions, mirror, numSlices, sliceSteps
entitiesPerPixel, linkedType, numEntities
dimension, max, n, numPixels
Constructor and Description |
---|
ShortImagePlus(ij.ImagePlus imp) |
ShortImagePlus(long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Free resources.
|
ij.ImagePlus |
getImagePlus() |
void |
setPlane(int no,
ShortArray 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 ShortImagePlus(long[] dim, Fraction entitiesPerPixel)
public ShortImagePlus(ij.ImagePlus imp)
public void setPlane(int no, ShortArray plane)
setPlane
in interface PlanarAccess<ShortArray>
setPlane
in class PlanarImg<T extends NativeType<T>,ShortArray>
public void close()
ImagePlusImg
ImagePlus
.close
in class ImagePlusImg<T extends NativeType<T>,ShortArray>
public ij.ImagePlus getImagePlus() throws ImgLibException
getImagePlus
in class ImagePlusImg<T extends NativeType<T>,ShortArray>
ImgLibException
Copyright © 2015–2022 ImgLib2. All rights reserved.