|
Class Summary |
| Beaudetx |
This class implements Beaudet differentiation in x direction. |
| CentralDiff |
This class implements a four point central difference gradient kernel. |
| Convolver |
This class implements convolution operations on image planes and volumes. |
| Diffusion |
This is a class that implements nonlinear diffusion in 2D. |
| Diffusion3D |
This is a class that implements nonlinear diffusion in 2D, 3D and 4D. |
| DoG |
This is a 1D Difference of Gaussian convolution kernel. |
| DoG2D |
This is a 2D Difference of Gaussian convolution kernel. |
| DoG3D |
This is a 3D Difference of Gaussian convolution kernel. |
| Equalize |
Plugin containing methods to equalize imageas and volumes. |
| GaborCos |
This class implements a Gabor (even) cosine wave 1d convolution kernel
for separated convolutions. |
| GaborCos2D |
This class implements a Gabor (even) cosine wave 2D convolution kernel
(c) 1999-2005 Michael Abramoff. |
| GaborSin |
This class implements a Gabor (odd) sine wave 1d convolution kernel
for separated convolutions. |
| Gaussian |
This is a 1D separated 0-th order Gaussian convolution kernel. |
| Gaussian2D |
This is a 2D separated 0 order Gaussian convolution kernel. |
| Gaussian3D |
This is a 3D separated 0 order Gaussian convolution kernel. |
| GaussianDerivative |
This class implement a scale space Gaussian n-th order derivative 1d convolution kernel for separated convolutions. |
| Hessian |
This class implements computing the Hessian tensor matrix of an image, and computing the determinant
(to detect blobs) and largest eigenvalues (to detect edges). |
| HyperVolume |
This is a class that implements a float hyper (4D) volumes and operations including
convolutions on it. |
| Kernel |
This class is the generic type for all 1D, 2D and 3D kernels. |
| Kernel1D |
This class is the generic type for all 1D kernels. |
| Kernel2D |
This class is the generic type for all 2D kernels. |
| Kernel3D |
This class is the generic type for all 3D kernels. |
| Kernel4D |
This class is the generic type for all 4D kernels. |
| LoG |
This is a 2D Laplacian of Gaussian convolution kernel. |
| Sobel |
This class implements a 2D separated Sobel differentiation kernel. |
| Sobel3D |
This class implements a 3D Sobel differentiation kernel. |
| Sobel4D |
This class implements a 4D Sobel differentiation kernel. |
| Transformer |
This class implements static methods for transforming images and volumes. |
| Volume |
This is an abstract super-class to implement volumes. |
| VolumeFloat |
This class implements float volumes and operations including
convolutions on it. |
| VolumeInteger |
This class implements int volumes and operations including
convolutions on it. |
| VolumeIO |
This is a class that implements reading and writing on float volumes. |
| VolumeRGB |
This class implements RGB vector volumes. |
| VolumeShort |
This class implements short volumes and operations including
convolutions on it. |