Modifier and Type | Class and Description |
---|---|
class |
Bandpass<T extends NumericType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
SubtractNorm<A extends NumericType<A>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
GaussianConvolution<T extends NumericType<T>>
TODO
|
class |
GaussianConvolution2<A extends Type<A>,B extends NumericType<B>>
TODO
|
class |
GaussianConvolution3<A extends Type<A>,B extends NumericType<B>,C extends Type<C>>
Computes a Gaussian Convolution on any
Type (A) for which is defined how to convert it into a NumericType (B) on which the convolution is performed and back to the desired output Type (C). |
Modifier and Type | Method and Description |
---|---|
protected static <T extends NumericType<T>> |
GaussianConvolution.computeGaussFloatArray3D(Image<T> image,
OutOfBoundsStrategyFactory<T> outOfBoundsFactory,
double[][] kernel,
int numThreads)
This class does the gaussian filtering of an image.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegralImage<R extends NumericType<R>,T extends NumericType<T>>
n-dimensional integral image that stores sums using type .
|
class |
IntegralImage<R extends NumericType<R>,T extends NumericType<T>>
n-dimensional integral image that stores sums using type .
|
class |
IntegralImageDouble<R extends NumericType<R>>
Special implementation for double using the basic type to sum up the individual lines.
|
class |
IntegralImageLong<R extends NumericType<R>>
Special implementation for long using the basic type to sum up the individual lines.
|
Modifier and Type | Field and Description |
---|---|
protected T |
IntegralImage.type |
Modifier and Type | Class and Description |
---|---|
class |
DifferenceOfGaussian<A extends Type<A>,B extends NumericType<B> & Comparable<B>>
TODO
|
class |
DifferenceOfGaussianPeak<T extends NumericType<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
DifferenceOfGaussianPeak.fitValue |
protected T |
DifferenceOfGaussianPeak.sumValue |
protected T |
DifferenceOfGaussianPeak.value |
Modifier and Type | Class and Description |
---|---|
class |
LinearInterpolator<T extends NumericType<T>>
TODO
|
class |
LinearInterpolator1D<T extends NumericType<T>>
TODO
|
class |
LinearInterpolator2D<T extends NumericType<T>>
TODO
|
class |
LinearInterpolator3D<T extends NumericType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BitType
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
NumericType<T extends NumericType<T>>
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexType<T extends ComplexType<T>>
TODO
|
interface |
ExponentialMathType<T extends ExponentialMathType<T>>
TODO
|
interface |
IntegerType<T extends IntegerType<T>>
TODO
|
interface |
RealType<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
RGBALegacyType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexDoubleType
TODO
|
class |
ComplexFloatType
TODO
|
class |
ComplexTypeImpl<T extends ComplexTypeImpl<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ByteType
TODO
|
class |
GenericByteType<T extends GenericByteType<T>>
TODO
|
class |
GenericIntType<T extends GenericIntType<T>>
TODO
|
class |
GenericShortType<T extends GenericShortType<T>>
TODO
|
class |
IntegerTypeImpl<T extends IntegerTypeImpl<T>>
TODO
|
class |
IntType
TODO
|
class |
LongType
TODO
|
class |
ShortType
TODO
|
class |
Unsigned12BitType
TODO
|
class |
UnsignedByteType
TODO
|
class |
UnsignedIntType
TODO
|
class |
UnsignedShortType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleType
TODO
|
class |
FloatType
TODO
|
class |
RealTypeImpl<T extends RealTypeImpl<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Affine2D<N extends NumericType<N>>
TODO
|
class |
Affine3D<T extends NumericType<T>>
Performs a mathematically correct transformation of an image.
|
class |
Normalize<N extends NumericType<N>>
Becomes a normalized version of the given image, within min and max bounds,
where all pixels take values between 0 and 1.
|
class |
Resample<N extends NumericType<N>>
TODO
|
class |
Scale2D<N extends NumericType<N>>
TODO
|
class |
Scale3D<N extends NumericType<N>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAffine3D<T extends NumericType<T>>
TODO
|
class |
AbstractNormalize<T extends NumericType<T>>
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.