| 
    MeVisLab Toolbox Reference
    
   | 
 
Go to the source code of this file.
Classes | |
| class | ml::TKernel< KDATATYPE > | 
| Class to manage a filtering kernel for images.  More... | |
Namespaces | |
| namespace | ml | 
| Main documentation file for ML users and developers.  | |
Typedefs | |
Name space wide definitions of standard data types specific for kernels.  | |
Kernel type with MLfloat elements.  | |
| typedef TKernel< MLfloat > | ml::FloatKernel | 
| typedef TKernel< MLdouble > | ml::DoubleKernel | 
| Kernel type with MLdouble elements.   | |
| typedef TKernel< MLldouble > | ml::LDoubleKernel | 
| Kernel type with MLldouble elements.   | |
| typedef MLdouble | ml::KernelDataType | 
| Define the standard data type for kernel elements to be used in this library.   | |
| typedef TKernel< KernelDataType > | ml::Kernel | 
| Standard kernel type to be used in this kernel library.   | |