IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SuperPixelUpdateCenters.h
1 // SuperPixelUpdateCenters.h:
3 // --------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_SUPERPIXELUPDATECENTERS_H__
17 #define __IPSDKIPLATTRIBUTES_SUPERPIXELUPDATECENTERS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SuperPixelUpdateCenter.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, SuperPixelUpdateCenters,
35 };
36 
39 typedef boost::shared_ptr<ipsdk::imaproc::attr::SuperPixelUpdateCenters> SuperPixelUpdateCentersPtr;
40 
43 typedef boost::shared_ptr<const ipsdk::imaproc::attr::SuperPixelUpdateCenters> SuperPixelUpdateCentersConstPtr;
44 
47 
48 } // end of namespace attr
49 } // end of namespace imaproc
50 } // end of namespace ipsdk
51 
52 #endif // __IPSDKIPLATTRIBUTES_SUPERPIXELUPDATECENTERS_H__
boost::shared_ptr< ipsdk::imaproc::attr::SuperPixelUpdateCenters > SuperPixelUpdateCentersPtr
shared pointer to ipsdk::imaproc::attr::SuperPixelUpdateCenters
Definition: SuperPixelUpdateCenters.h:125
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
parameter used to update centers in the super pixels algorithm
Definition: SuperPixelUpdateCenter.h:58
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::SuperPixelUpdateCenters > SuperPixelUpdateCentersConstPtr
shared pointer to const ipsdk::imaproc::attr::SuperPixelUpdateCenters
Definition: SuperPixelUpdateCenters.h:129