Class | Description |
---|---|
CreateKernelGaborComplexDoubleType |
Creates a Gabor kernel of type
ComplexDoubleType ,
uses DefaultCreateKernelGabor to do the job. |
CreateKernelGaborDoubleType |
Creates a Gabor kernel of type
DoubleType ,
uses DefaultCreateKernelGabor to do the job. |
CreateKernelGaborIsotropic<T extends ComplexType<T>> |
Creates an isotropic Gabor kernel, i.e.,
with one sigma for all axes, and a period vector.
|
CreateKernelGaborIsotropicComplexDoubleType |
Creates an isotropic Gabor kernel of type
ComplexDoubleType ,
uses DefaultCreateKernelGabor to do the job. |
CreateKernelGaborIsotropicDoubleType |
Creates an isotropic Gabor kernel of type
DoubleType ,
uses DefaultCreateKernelGabor to do the job. |
DefaultCreateKernelGabor<T extends ComplexType<T>> |
Creates a Gabor kernel
with specifications for individual sigma per axis, and a period vector.
|
Copyright © 2014–2022 ImageJ. All rights reserved.