public class ResultsImg extends Object implements Img<DoubleType>
ResultsTable
as an Img
.Constructor and Description |
---|
ResultsImg(ResultsTable table) |
Modifier and Type | Method and Description |
---|---|
Img<DoubleType> |
copy() |
Cursor<DoubleType> |
cursor() |
long |
dimension(int d) |
void |
dimensions(long[] dimensions) |
ImgFactory<DoubleType> |
factory() |
DoubleType |
firstElement() |
Object |
iterationOrder() |
Iterator<DoubleType> |
iterator() |
Cursor<DoubleType> |
localizingCursor() |
long |
max(int d) |
void |
max(long[] max) |
void |
max(Positionable max) |
long |
min(int d) |
void |
min(long[] min) |
void |
min(Positionable min) |
int |
numDimensions() |
RandomAccess<DoubleType> |
randomAccess() |
RandomAccess<DoubleType> |
randomAccess(Interval interval) |
void |
realMax(double[] max) |
double |
realMax(int d) |
void |
realMax(RealPositionable max) |
void |
realMin(double[] min) |
double |
realMin(int d) |
void |
realMin(RealPositionable min) |
long |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAt, getAt, getAt
forEach, spliterator
maxAsLongArray, maxAsPoint, minAsLongArray, minAsPoint
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
allPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
public ResultsImg(ResultsTable table)
public RandomAccess<DoubleType> randomAccess()
randomAccess
in interface RandomAccessible<DoubleType>
public RandomAccess<DoubleType> randomAccess(Interval interval)
randomAccess
in interface RandomAccessible<DoubleType>
public int numDimensions()
numDimensions
in interface EuclideanSpace
public void min(Positionable min)
public void max(Positionable max)
public double realMin(int d)
realMin
in interface Interval
realMin
in interface RealInterval
public void realMin(double[] min)
realMin
in interface RealInterval
public void realMin(RealPositionable min)
realMin
in interface RealInterval
public double realMax(int d)
realMax
in interface Interval
realMax
in interface RealInterval
public void realMax(double[] max)
realMax
in interface RealInterval
public void realMax(RealPositionable max)
realMax
in interface RealInterval
public void dimensions(long[] dimensions)
dimensions
in interface Dimensions
public long dimension(int d)
dimension
in interface Dimensions
dimension
in interface Interval
public Cursor<DoubleType> cursor()
cursor
in interface IterableInterval<DoubleType>
cursor
in interface IterableRealInterval<DoubleType>
public Cursor<DoubleType> localizingCursor()
localizingCursor
in interface IterableInterval<DoubleType>
localizingCursor
in interface IterableRealInterval<DoubleType>
public long size()
size
in interface IterableRealInterval<DoubleType>
public DoubleType firstElement()
firstElement
in interface IterableRealInterval<DoubleType>
public Object iterationOrder()
iterationOrder
in interface IterableRealInterval<DoubleType>
public Iterator<DoubleType> iterator()
iterator
in interface Iterable<DoubleType>
public ImgFactory<DoubleType> factory()
factory
in interface Img<DoubleType>
public Img<DoubleType> copy()
copy
in interface Img<DoubleType>
Copyright © 2014–2022 ImageJ. All rights reserved.