Modifier and Type | Class and Description |
---|---|
class |
NormMinMax<A extends RealType<A>>
TODO
|
Constructor and Description |
---|
GaussianConvolution2(Image<A> image,
ImageFactory<B> factoryProcess,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
double sigma) |
GaussianConvolution2(Image<A> image,
ImageFactory<B> factoryProcess,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
double[] sigma) |
GaussianConvolution3(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
double sigma) |
GaussianConvolution3(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
double sigma) |
GaussianConvolution3(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
double[] sigma) |
GaussianConvolution3(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
double[] sigma) |
GaussianConvolution4(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
B sigma) |
GaussianConvolution4(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
B sigma) |
GaussianConvolution4(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
B[] sigma) |
GaussianConvolution4(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
B[] sigma) |
Modifier and Type | Field and Description |
---|---|
protected Converter<R,T> |
IntegralImage.converter |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImageDouble.integrateLineDim0(Converter<R,DoubleType> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<DoubleType> cursorOut,
DoubleType sum,
DoubleType tmpVar,
int size) |
protected void |
IntegralImageLong.integrateLineDim0(Converter<R,LongType> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<LongType> cursorOut,
LongType sum,
LongType tmpVar,
int size) |
protected void |
IntegralImage.integrateLineDim0(Converter<R,T> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<T> cursorOut,
T sum,
T tmpVar,
int size) |
Constructor and Description |
---|
IntegralImage(Image<R> img,
T type,
Converter<R,T> converter) |
IntegralImageDouble(Image<R> img,
Converter<R,DoubleType> converter) |
IntegralImageLong(Image<R> img,
Converter<R,LongType> converter) |
ScaleAreaAveraging2d(Image<T> integralImg,
R targetType,
Converter<T,R> converter,
int[] size) |
Constructor and Description |
---|
ImageConverter(Image<S> image,
Image<T> output,
Converter<S,T> converter) |
ImageConverter(Image<S> image,
ImageFactory<T> factory,
Converter<S,T> converter) |
Modifier and Type | Field and Description |
---|---|
protected Converter<A,B> |
DifferenceOfGaussian.converter |
Modifier and Type | Method and Description |
---|---|
protected Image<B> |
ScaleSpace.convert(Image<A> input,
ImageFactory<B> processFactory,
Converter<A,B> converter) |
protected Image<B> |
ScaleSpace.upSample(Image<A> input,
ImageFactory<B> processFactory,
Converter<A,B> converter)
Upsamples the image by a factor of 2.
|
Constructor and Description |
---|
DifferenceOfGaussian(Image<A> img,
ImageFactory<B> factory,
Converter<A,B> converter,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
double[] sigma1,
double[] sigma2,
B minPeakValue,
B normalizationFactor)
Extracts local minima and maxima of a certain size.
|
DifferenceOfGaussian(Image<A> img,
ImageFactory<B> factory,
Converter<A,B> converter,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
double sigma1,
double sigma2,
B minPeakValue,
B normalizationFactor)
Calls the DifferenceOfGaussian constructor with the given sigmas copied into double[] arrays,
one entry per dimension.
|
ScaleSpace(Image<A> image,
ImageFactory<B> processFactory,
Converter<A,B> converter,
double initialSigma) |
Modifier and Type | Class and Description |
---|---|
class |
IntegerTypeConverter<A extends IntegerType<A>,B extends IntegerType<B>>
Converts an
IntegerType into another one without doing any range checking |
class |
RealTypeConverter<A extends RealType<A>,B extends RealType<B>>
TODO
|
class |
VoidConverter<A extends Type<A>>
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.