IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SobelKernelTypes.h
Go to the documentation of this file.
1 // SobelKernelTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKBASEDATA_SOBELKERNELTYPES_H__
16 #define __IPSDKBASEDATA_SOBELKERNELTYPES_H__
17 
19 
20 namespace ipsdk {
21 
24 
29 
34 )
35 
36 
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKBASEDATA_SOBELKERNELTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Sobel kernel, of size 5x5 in 2d and 5x5x5 in 3d.
Definition: SobelKernelTypes.h:36
eSobelKernelType
Enumerate describing Sobel gradient kernels.
Definition: SobelKernelTypes.h:30
Sobel kernel, of size 3x3 in 2d and 3x3x3 in 3d.
Definition: SobelKernelTypes.h:34
Scharr kernel, of size 3x3 in 2d and 3x3x3 in 3d.
Definition: SobelKernelTypes.h:32
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Sobel kernel, of size 7x7 in 2d and 7x7x7 in 3d.
Definition: SobelKernelTypes.h:38