Modifier and Type | Class and Description |
---|---|
class |
LiICQ<T extends RealType<T>,U extends RealType<U>>
This algorithm calculates Li et al.'s ICQ (intensity correlation quotient).
|
Modifier and Type | Class and Description |
---|---|
class |
KendallTauBRank<T extends RealType<T>,U extends RealType<U>>
This algorithm calculates Kendall's Tau-b rank correlation coefficient
|
Modifier and Type | Class and Description |
---|---|
class |
MTKT<T extends RealType<T>,U extends RealType<U>>
This algorithm calculates Maximum Trunctated Kendall Tau (MTKT) from Wang et
al.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPearsons<T extends RealType<T>,U extends RealType<U>>
A class that represents the mean calculation of the two source images in the
data container.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateImgFromDimsAndType<T extends NativeType<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
CreateKernel2ndDerivBiGaussDoubleType
Creates 2nd derivative of an isotropic BiGauss kernel of type
DoubleType ,
uses DefaultCreateKernel2ndDerivBiGauss to do the job. |
class |
CreateKernelBiGaussDoubleType
Creates an isotropic BiGauss kernel of type
DoubleType ,
uses DefaultCreateKernelBiGauss to do the job. |
class |
DefaultCreateKernel2ndDerivBiGauss<T extends ComplexType<T>>
Creates 2nd derivative of an isotropic BiGauss kernel
with the pair of sigmas specification.
|
class |
DefaultCreateKernelBiGauss<T extends ComplexType<T>>
Creates an isotropic BiGauss kernel
with the pair of sigmas specification.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateKernelGaborComplexDoubleType
Creates a Gabor kernel of type
ComplexDoubleType ,
uses DefaultCreateKernelGabor to do the job. |
class |
CreateKernelGaborDoubleType
Creates a Gabor kernel of type
DoubleType ,
uses DefaultCreateKernelGabor to do the job. |
class |
CreateKernelGaborIsotropic<T extends ComplexType<T>>
Creates an isotropic Gabor kernel, i.e.,
with one sigma for all axes, and a period vector.
|
class |
CreateKernelGaborIsotropicComplexDoubleType
Creates an isotropic Gabor kernel of type
ComplexDoubleType ,
uses DefaultCreateKernelGabor to do the job. |
class |
CreateKernelGaborIsotropicDoubleType
Creates an isotropic Gabor kernel of type
DoubleType ,
uses DefaultCreateKernelGabor to do the job. |
class |
DefaultCreateKernelGabor<T extends ComplexType<T>>
Creates a Gabor kernel
with specifications for individual sigma per axis, and a period vector.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvolveNaiveF<I extends RealType<I>,O extends RealType<O> & NativeType<O>,K extends RealType<K>>
Function adapter for
ConvolveFFTC . |
class |
PadAndConvolveFFTF<I extends RealType<I>,O extends RealType<O> & NativeType<O>,K extends RealType<K>>
Function adapter for
PadAndConvolveFFT . |
Modifier and Type | Class and Description |
---|---|
class |
CreateOutputFFTMethods<T>
Function that creates an output for FFTMethods FFT
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPadInputFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
Op used to pad the image using the default FFT padding scheme.
|
class |
DefaultPadShiftKernelFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
Op used to pad the kernel using the default FFT padding scheme and shift the center
of the kernel to the origin
|
class |
PaddingIntervalCentered<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval>
Op used to calculate and return a centered padding interval given an input
RAI and the desired padded dimensions
|
class |
PaddingIntervalOrigin<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval>
Op used to translate the center of an interval the origin.
|
class |
PadInputFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
Abstract Op used to pad the image by extending the borders optionally using
an "fftSize" op to make the final image size compatible with an FFT library.
|
class |
PadInputFFTMethods<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
Op used to pad the image to a size that is compatible with FFTMethods
|
class |
PadShiftKernel<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
Op used to pad a kernel and shift the center of the kernel to the origin
|
class |
PadShiftKernelFFTMethods<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>>
Op used to pad a kernel to a size that is compatible with FFTMethods and
shift the center of the kernel to the origin
|
Modifier and Type | Class and Description |
---|---|
class |
BFViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO>
Base class for
BinaryFunctionOp s that delegate to
BinaryComputerOp s. |
class |
BFViaBCAllSame<IO>
Base class for
BinaryFunctionOp s that delegate to
BinaryComputerOp s with all matching types (inputs same as output). |
class |
BFViaBCSameIO<I1,I2,O>
Base class for
BinaryFunctionOp s that delegate to
BinaryComputerOp s with the same input and output types. |
class |
BFViaBF<I1 extends DI1,I2 extends DI2,O,DI1,DI2,DO extends O>
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s. |
class |
BFViaBFAllSame<IO>
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s with all matching types (inputs same as output). |
class |
BFViaBFSameIO<I1,I2,O>
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s with the same input and output types. |
Modifier and Type | Class and Description |
---|---|
class |
CropImgPlus<T extends Type<T>> |
class |
CropRAI<T> |
Copyright © 2014–2022 ImageJ. All rights reserved.