| Package | Description |
|---|---|
| net.imagej.ops.create.kernelBiGauss | |
| net.imagej.ops.create.kernelGabor | |
| net.imagej.ops.special.chain |
| 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. |
| 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 |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
BCViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO>
Base class for
BinaryComputerOps that delegate to other
BinaryComputerOps. |
class |
BCViaBCAllSame<IO>
Base class for
BinaryComputerOps that delegate to other
BinaryComputerOps with all matching types (inputs same as output). |
class |
BCViaBCSameIO<I1,I2,O>
Base class for
BinaryComputerOps that delegate to other
BinaryComputerOps with the same input and output types. |
class |
BFViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO>
Base class for
BinaryFunctionOps that delegate to
BinaryComputerOps. |
class |
BFViaBCAllSame<IO>
Base class for
BinaryFunctionOps that delegate to
BinaryComputerOps with all matching types (inputs same as output). |
class |
BFViaBCSameIO<I1,I2,O>
Base class for
BinaryFunctionOps that delegate to
BinaryComputerOps with the same input and output types. |
class |
BFViaBF<I1 extends DI1,I2 extends DI2,O,DI1,DI2,DO extends O>
Base class for
BinaryFunctionOps that delegate to other
BinaryFunctionOps. |
class |
BFViaBFAllSame<IO>
Base class for
BinaryFunctionOps that delegate to other
BinaryFunctionOps with all matching types (inputs same as output). |
class |
BFViaBFSameIO<I1,I2,O>
Base class for
BinaryFunctionOps that delegate to other
BinaryFunctionOps with the same input and output types. |
class |
BHCFViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO>
Base class for
BinaryHybridCFs that delegate to
BinaryComputerOps. |
class |
BHCFViaBCAllSame<IO>
Base class for
BinaryHybridCFs that delegate to
BinaryComputerOps with all matching types (inputs same as output). |
class |
BHCFViaBCSameIO<I1,I2,O>
Base class for
BinaryHybridCFs that delegate to
BinaryComputerOps with the same input and output types. |
class |
BHCFViaBHCF<I1 extends DI1,I2 extends DI2,O,DI1,DI2>
Base class for
BinaryHybridCFs that delegate to
BinaryHybridCFs. |
class |
BHCFViaBHCFAllSame<IO>
Base class for
BinaryHybridCFs that delegate to
BinaryHybridCFs with all matching types (inputs same as output). |
class |
BHCFViaBHCFSameIO<I1,I2,O>
Base class for
BinaryHybridCFs that delegate to
BinaryHybridCFs with the same input and output types. |
class |
BIOViaBI<A extends DO,DI,DO extends DI>
Base class for
BinaryInplaceOnlyOps that delegate to
BinaryInplaceOps. |
class |
BIOViaBISame<A>
Base class for
BinaryInplaceOnlyOps that delegate to
BinaryInplaceOps with all matching types (inputs same as output). |
Copyright © 2014–2022 ImageJ. All rights reserved.