IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageSplitTypes.h
Go to the documentation of this file.
1 // ImageSplitTypes.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGESPLITTYPES_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGESPLITTYPES_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
32  (eIST_SubImage)
40 )
41 
42 
45 } // end of namespace imaproc
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKIMAGEPROCESSING_IMAGESPLITTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Split operation of an image into collection of tiles.
Definition: ImageSplitTypes.h:41
Split operation of an image into tiles.
Definition: ImageSplitTypes.h:39
Split operation of a shape 3d collection data.
Definition: ImageSplitTypes.h:49
Split operation of a plan indexed data.
Definition: ImageSplitTypes.h:43
Predefined types for dynamic data split operations.
Split operation of a shape 2d collection data.
Definition: ImageSplitTypes.h:45
Split operation of an image into strips.
Definition: ImageSplitTypes.h:37
eImageSplitType
Enumerate describing image split operation type.
Definition: ImageSplitTypes.h:33
Split operation of a shape measure set.
Definition: ImageSplitTypes.h:47
Predefined types for base static split operations.
Split operation of an image into sub images.
Definition: ImageSplitTypes.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26