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 |
BFViaBFAllSame<IO>
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s with all matching types (inputs same as output). |
Copyright © 2014–2022 ImageJ. All rights reserved.