![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for measure set split operations. More...
#include <IPSDKImageProcessing/DataSplit/ImageSplitTypes.h>#include <IPSDKBaseShapeAnalysis/Measure/MeasureTypes.h>#include <IPSDKUtil/BaseCollections.h>#include <vector>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::imaproc | |
| Namespace agregating IPSDK base routines and classes for image algorithm processing. | |
Typedefs | |
| typedef std::vector< ipsdk::shape::analysis::MeasureSetPtr > | ipsdk::imaproc::MeasureSetColl |
| collection of measure set result of split operator | |
| typedef boost::shared_ptr< MeasureSetColl > | ipsdk::imaproc::MeasureSetCollPtr |
| shared pointer to measure set collection | |
| typedef std::vector< UInt32Vector > | ipsdk::imaproc::UInt32VectorColl |
| collection of index associated to split operation | |
| typedef boost::shared_ptr< UInt32VectorColl > | ipsdk::imaproc::UInt32VectorCollPtr |
| shared pointer to collection of index associated to split operation | |
| typedef std::vector< UInt64Vector > | ipsdk::imaproc::UInt64VectorColl |
| collection of index associated to split operation coded with 64 bits | |
| typedef boost::shared_ptr< UInt64VectorColl > | ipsdk::imaproc::UInt64VectorCollPtr |
| shared pointer to collection of index associated to split operation coded with 64 bits | |
Enumerations | |
| enum | ipsdk::imaproc::eMeasureSetSplitType { ipsdk::imaproc::eMSST_Generic, ipsdk::imaproc::eMSST_Geometry2d, ipsdk::imaproc::eMSST_Geometry3d, ipsdk::imaproc::eMSST_Intensity } |
| Enumerate describing measure set split type. More... | |
Predefined types for measure set split operations.
1.8.14