IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedFeatures3dGreySignature.h
1 // PlanIndexedFeatures3dGreySignature.h:
3 // -------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDFEATURES3DGREYSIGNATURE_H__
17 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDFEATURES3DGREYSIGNATURE_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Features3dGreySignature.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedFeatures3dGreySignature> PlanIndexedFeatures3dGreySignaturePtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedFeatures3dGreySignature> PlanIndexedFeatures3dGreySignatureConstPtr;
48 
51 
52 } // end of namespace attr
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDFEATURES3DGREYSIGNATURE_H__
Plan indexed collection of 3d features signature.
Definition: PlanIndexedFeatures3dGreySignature.h:33
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedFeatures3dGreySignature > PlanIndexedFeatures3dGreySignaturePtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedFeatures3dGreySignature
Definition: PlanIndexedFeatures3dGreySignature.h:49
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedFeatures3dGreySignature > PlanIndexedFeatures3dGreySignatureConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedFeatures3dGreySignature
Definition: PlanIndexedFeatures3dGreySignature.h:53
Definition of import/export macro for library.
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)
Collection of feature 3d signature objects based on local grey level analysis.
Definition: Features3dGreySignature.h:53