public class ImageNamespace extends AbstractNamespace
Constructor and Description |
---|
ImageNamespace() |
Modifier and Type | Method and Description |
---|---|
<T extends RealType<T>> |
ascii(IterableInterval<T> image)
Executes the "ascii" operation on the given arguments.
|
<T extends RealType<T>> |
ascii(IterableInterval<T> image,
T min)
Executes the "ascii" operation on the given arguments.
|
<T extends RealType<T>> |
ascii(IterableInterval<T> image,
T min,
T max)
Executes the "ascii" operation on the given arguments.
|
<T extends RealType<T>> |
cooccurrenceMatrix(IterableInterval<T> in,
int nrGreyLevels,
int distance,
MatrixOrientation orientation) |
<B extends BooleanType<B>,T extends RealType<T>> |
distancetransform(RandomAccessibleInterval<B> in)
Executes the "distancetransform" operation on the given arguments.
|
<B extends BooleanType<B>,T extends RealType<T>> |
distancetransform(RandomAccessibleInterval<B> in,
double... calibration)
Executes the "distancetransform" operation on the given arguments.
|
<B extends BooleanType<B>,T extends RealType<T>> |
distancetransform(RandomAccessibleInterval<T> out,
RandomAccessibleInterval<B> in)
Executes the "distancetransform" operation on the given arguments.
|
<B extends BooleanType<B>,T extends RealType<T>> |
distancetransform(RandomAccessibleInterval<T> out,
RandomAccessibleInterval<B> in,
double... calibration)
Executes the "distancetransform" operation on the given arguments.
|
<T extends RealType<T>> |
equation(IterableInterval<T> out,
DoubleBinaryOperator in)
Executes the "equation" operation on the given arguments.
|
<T extends RealType<T>> |
equation(IterableInterval<T> out,
String in)
Executes the "equation" operation on the given arguments.
|
<T extends RealType<T>> |
equation(IterableInterval<T> out,
UnaryFunctionOp<long[],Double> in)
Executes the "equation" operation on the given arguments.
|
<T extends RealType<T>> |
equation(String in)
Executes the "equation" operation on the given arguments.
|
<T extends Type<T>> |
fill(Iterable<T> out,
T in)
Executes the "fill" operation on the given arguments.
|
String |
getName() |
<T extends RealType<T>> |
histogram(Iterable<T> in)
Executes the "histogram" operation on the given arguments.
|
<T extends RealType<T>> |
histogram(Iterable<T> in,
int numBins)
Executes the "histogram" operation on the given arguments.
|
<T extends RealType<T>> |
integral(RandomAccessibleInterval<RealType> out,
RandomAccessibleInterval<T> in) |
<T extends RealType<T>> |
integral(RandomAccessibleInterval<T> in) |
<T extends RealType<T>> |
invert(IterableInterval<T> out,
IterableInterval<T> in)
Executes the "invert" operation on the given arguments.
|
<T extends RealType<T>> |
invert(IterableInterval<T> out,
IterableInterval<T> in,
T min)
Executes the "invert" operation on the given arguments, given a
RealType minimum. |
<T extends RealType<T>> |
invert(IterableInterval<T> out,
IterableInterval<T> in,
T min,
T max)
Executes the "invert" operation on the given arguments, given a
RealType minimum. |
<T extends RealType<T>> |
normalize(IterableInterval<T> in) |
<T extends RealType<T>> |
normalize(IterableInterval<T> out,
IterableInterval<T> in) |
<T extends RealType<T>> |
normalize(IterableInterval<T> out,
IterableInterval<T> in,
T sourceMin) |
<T extends RealType<T>> |
normalize(IterableInterval<T> out,
IterableInterval<T> in,
T sourceMin,
T sourceMax) |
<T extends RealType<T>> |
normalize(IterableInterval<T> out,
IterableInterval<T> in,
T sourceMin,
T sourceMax,
T targetMin) |
<T extends RealType<T>> |
normalize(IterableInterval<T> out,
IterableInterval<T> in,
T sourceMin,
T sourceMax,
T targetMin,
T targetMax) |
<T extends RealType<T>> |
normalize(IterableInterval<T> in,
T sourceMin) |
<T extends RealType<T>> |
normalize(IterableInterval<T> in,
T sourceMin,
T sourceMax) |
<T extends RealType<T>> |
normalize(IterableInterval<T> in,
T sourceMin,
T sourceMax,
T targetMin) |
<T extends RealType<T>> |
normalize(IterableInterval<T> in,
T sourceMin,
T sourceMax,
T targetMin,
T targetMax) |
<T extends RealType<T>> |
normalize(IterableInterval<T> in,
T sourceMin,
T sourceMax,
T targetMin,
T targetMax,
boolean isLazy) |
<T extends RealType<T>> |
squareIntegral(RandomAccessibleInterval<RealType> out,
RandomAccessibleInterval<T> in) |
<T extends RealType<T>> |
squareIntegral(RandomAccessibleInterval<T> in) |
<B extends BooleanType<B>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<B> in,
boolean eightConnectivity,
boolean drawWatersheds,
double... sigma) |
<B extends BooleanType<B>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<B> in,
boolean useEightConnectivity,
boolean drawWatersheds,
double[] sigma,
RandomAccessibleInterval<B> mask) |
<T extends RealType<T>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<T> in,
boolean eightConnectivity,
boolean drawWatersheds)
Executes the "watershed" operation on the given arguments.
|
<T extends BooleanType<T>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<T> in,
boolean useEightConnectivity,
boolean drawWatersheds,
double sigma) |
<T extends BooleanType<T>,B extends BooleanType<B>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<T> in,
boolean useEightConnectivity,
boolean drawWatersheds,
double sigma,
RandomAccessibleInterval<B> mask) |
<B extends BooleanType<B>,T extends RealType<T>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<T> in,
boolean eightConnectivity,
boolean drawWatersheds,
RandomAccessibleInterval<B> mask)
Executes the "watershed" operation on the given arguments.
|
<T extends RealType<T>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<T> in,
ImgLabeling<Integer,IntType> seeds,
boolean eightConnectivity,
boolean drawWatersheds)
Executes the "watershedSeeded" operation on the given arguments.
|
<B extends BooleanType<B>,T extends RealType<T>> |
watershed(ImgLabeling<Integer,IntType> out,
RandomAccessibleInterval<T> in,
ImgLabeling<Integer,IntType> seeds,
boolean eightConnectivity,
boolean drawWatersheds,
RandomAccessibleInterval<B> mask)
Executes the "watershedSeeded" operation on the given arguments.
|
<B extends BooleanType<B>> |
watershed(RandomAccessibleInterval<B> in,
boolean eightConnectivity,
boolean drawWatersheds,
double... sigma) |
<T extends RealType<T>> |
watershed(RandomAccessibleInterval<T> in,
boolean eightConnectivity,
boolean drawWatersheds)
Executes the "watershed" operation on the given arguments.
|
<T extends BooleanType<T>> |
watershed(RandomAccessibleInterval<T> in,
boolean useEightConnectivity,
boolean drawWatersheds,
double sigma) |
<T extends RealType<T>> |
watershed(RandomAccessibleInterval<T> in,
ImgLabeling<Integer,IntType> seeds,
boolean eightConnectivity,
boolean drawWatersheds)
Executes the "watershedSeeded" operation on the given arguments.
|
ops, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public <T extends RealType<T>> String ascii(IterableInterval<T> image)
public <T extends RealType<T>> String ascii(IterableInterval<T> image, T min)
public <T extends RealType<T>> String ascii(IterableInterval<T> image, T min, T max)
public <T extends RealType<T>> double[][] cooccurrenceMatrix(IterableInterval<T> in, int nrGreyLevels, int distance, MatrixOrientation orientation)
public <B extends BooleanType<B>,T extends RealType<T>> RandomAccessibleInterval<T> distancetransform(RandomAccessibleInterval<T> out, RandomAccessibleInterval<B> in)
public <B extends BooleanType<B>,T extends RealType<T>> RandomAccessibleInterval<T> distancetransform(RandomAccessibleInterval<B> in)
public <B extends BooleanType<B>,T extends RealType<T>> RandomAccessibleInterval<T> distancetransform(RandomAccessibleInterval<T> out, RandomAccessibleInterval<B> in, double... calibration)
public <B extends BooleanType<B>,T extends RealType<T>> RandomAccessibleInterval<T> distancetransform(RandomAccessibleInterval<B> in, double... calibration)
public <T extends RealType<T>> IterableInterval<T> equation(String in)
public <T extends RealType<T>> IterableInterval<T> equation(IterableInterval<T> out, String in)
public <T extends RealType<T>> IterableInterval<T> equation(IterableInterval<T> out, UnaryFunctionOp<long[],Double> in)
public <T extends RealType<T>> IterableInterval<T> equation(IterableInterval<T> out, DoubleBinaryOperator in)
public <T extends Type<T>> Iterable<T> fill(Iterable<T> out, T in)
public <T extends RealType<T>> Histogram1d<T> histogram(Iterable<T> in)
public <T extends RealType<T>> Histogram1d<T> histogram(Iterable<T> in, int numBins)
public <T extends RealType<T>> RandomAccessibleInterval<RealType> integral(RandomAccessibleInterval<RealType> out, RandomAccessibleInterval<T> in)
public <T extends RealType<T>> RandomAccessibleInterval<RealType> integral(RandomAccessibleInterval<T> in)
public <T extends RealType<T>> RandomAccessibleInterval<RealType> squareIntegral(RandomAccessibleInterval<RealType> out, RandomAccessibleInterval<T> in)
public <T extends RealType<T>> RandomAccessibleInterval<RealType> squareIntegral(RandomAccessibleInterval<T> in)
public <T extends RealType<T>> IterableInterval<T> invert(IterableInterval<T> out, IterableInterval<T> in)
public <T extends RealType<T>> IterableInterval<T> invert(IterableInterval<T> out, IterableInterval<T> in, T min)
RealType
minimum.public <T extends RealType<T>> IterableInterval<T> invert(IterableInterval<T> out, IterableInterval<T> in, T min, T max)
RealType
minimum.public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> out, IterableInterval<T> in)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> out, IterableInterval<T> in, T sourceMin)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> out, IterableInterval<T> in, T sourceMin, T sourceMax)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> out, IterableInterval<T> in, T sourceMin, T sourceMax, T targetMin)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> out, IterableInterval<T> in, T sourceMin, T sourceMax, T targetMin, T targetMax)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> in)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> in, T sourceMin)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> in, T sourceMin, T sourceMax)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> in, T sourceMin, T sourceMax, T targetMin)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> in, T sourceMin, T sourceMax, T targetMin, T targetMax)
public <T extends RealType<T>> IterableInterval<T> normalize(IterableInterval<T> in, T sourceMin, T sourceMax, T targetMin, T targetMax, boolean isLazy)
public <T extends RealType<T>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<T> in, boolean eightConnectivity, boolean drawWatersheds)
public <T extends RealType<T>> ImgLabeling<Integer,IntType> watershed(RandomAccessibleInterval<T> in, boolean eightConnectivity, boolean drawWatersheds)
public <B extends BooleanType<B>,T extends RealType<T>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<T> in, boolean eightConnectivity, boolean drawWatersheds, RandomAccessibleInterval<B> mask)
public <B extends BooleanType<B>> ImgLabeling<Integer,IntType> watershed(RandomAccessibleInterval<B> in, boolean eightConnectivity, boolean drawWatersheds, double... sigma)
public <B extends BooleanType<B>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<B> in, boolean eightConnectivity, boolean drawWatersheds, double... sigma)
public <B extends BooleanType<B>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<B> in, boolean useEightConnectivity, boolean drawWatersheds, double[] sigma, RandomAccessibleInterval<B> mask)
public <T extends BooleanType<T>> ImgLabeling<Integer,IntType> watershed(RandomAccessibleInterval<T> in, boolean useEightConnectivity, boolean drawWatersheds, double sigma)
public <T extends BooleanType<T>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<T> in, boolean useEightConnectivity, boolean drawWatersheds, double sigma)
public <T extends BooleanType<T>,B extends BooleanType<B>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<T> in, boolean useEightConnectivity, boolean drawWatersheds, double sigma, RandomAccessibleInterval<B> mask)
public <T extends RealType<T>> ImgLabeling<Integer,IntType> watershed(RandomAccessibleInterval<T> in, ImgLabeling<Integer,IntType> seeds, boolean eightConnectivity, boolean drawWatersheds)
public <T extends RealType<T>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<T> in, ImgLabeling<Integer,IntType> seeds, boolean eightConnectivity, boolean drawWatersheds)
public <B extends BooleanType<B>,T extends RealType<T>> ImgLabeling<Integer,IntType> watershed(ImgLabeling<Integer,IntType> out, RandomAccessibleInterval<T> in, ImgLabeling<Integer,IntType> seeds, boolean eightConnectivity, boolean drawWatersheds, RandomAccessibleInterval<B> mask)
public String getName()
Copyright © 2014–2022 ImageJ. All rights reserved.