MeVisLab Toolbox Reference
mlKernel.h File Reference
#include "mlInitSystemKernel.h"
#include <mlMemory.h>
#include <cerrno>

Go to the source code of this file.

Classes

class  ml::TKernel< KDATATYPE >
 Class to manage a filtering kernel for images. More...
 

Namespaces

 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< MLfloatml::FloatKernel
 
typedef TKernel< MLdoubleml::DoubleKernel
 Kernel type with MLdouble elements. More...
 
typedef TKernel< MLldoubleml::LDoubleKernel
 Kernel type with MLldouble elements. More...
 
typedef MLdouble ml::KernelDataType
 Define the standard data type for kernel elements to be used in this library. More...
 
typedef TKernel< KernelDataType > ml::Kernel
 Standard kernel type to be used in this kernel library. More...