eLynx SDK
v3.0.1 C++ image processing API reference |
#include <elx/core/CoreTypes.h>
#include <boost/shared_array.hpp>
#include "inl/ConvolutionKernel.inl"
Go to the source code of this file.
Classes | |
struct | eLynx::Math::ConvolutionKernel< T > |
Namespaces | |
namespace | eLynx |
namespace | eLynx::Math |
Typedefs | |
typedef ConvolutionKernel< float > | eLynx::Math::ConvolutionKernelf |
typedef ConvolutionKernel< double > | eLynx::Math::ConvolutionKerneld |
typedef ConvolutionKernel< int32 > | eLynx::Math::ConvolutionKerneli |
Enumerations | |
enum | eLynx::Math::ECompassDirection { eLynx::Math::CD_North = 0, eLynx::Math::CD_NorthEast, eLynx::Math::CD_East, eLynx::Math::CD_SouthEast, eLynx::Math::CD_South, eLynx::Math::CD_SouthWest, eLynx::Math::CD_West, eLynx::Math::CD_NorthWest } |