IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageTileSplitTypes.h
Go to the documentation of this file.
1 // ImageTileSplitTypes.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGETILESPLITTYPES_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGETILESPLITTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
31 
33  (eITST_3d)
34 )
35 
36 
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIMAGEPROCESSING_IMAGETILESPLITTYPES_H__
Split operation generating image 3d tile.
Definition: ImageTileSplitTypes.h:36
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eImageTileSplitType
Enumerate describing image tile split type.
Definition: ImageTileSplitTypes.h:32
Split operation generating image 2d tile.
Definition: ImageTileSplitTypes.h:34
Predefined types for image processing elements split.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26