IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ClustersPptiesColl.h
1 // ClustersPptiesColl.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_CLUSTERSPPTIESCOLL_H__
17 #define __IPSDKIPLATTRIBUTES_CLUSTERSPPTIESCOLL_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ClusterPpties.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, ClustersPptiesColl,
34  ((NODE_COLL)(Coll)(ipsdk::imaproc::attr::ClusterPpties))
35  ((LEAF)(Compactness)(ipsdk::ipReal64)))
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::ClustersPptiesColl> ClustersPptiesCollPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::ClustersPptiesColl> ClustersPptiesCollConstPtr;
48 
53 createClustersPptiesColl(const ClustersPptiesCollConstPtr& pSrcPptiesColl);
54 
57  const std::vector<ipReal64>& orgFlattenedCenters,
58  ipUInt64 centersDimension);
59 
62  const std::vector<ipReal64>& flattenedCenters,
63  const std::vector<ipReal64>& flattenedStdDeviations,
64  const std::vector<ipReal64>& clustersCompactnesses);
66 
69 
70 } // end of namespace attr
71 } // end of namespace imaproc
72 } // end of namespace ipsdk
73 
74 #endif // __IPSDKIPLATTRIBUTES_CLUSTERSPPTIESCOLL_H__
boost::shared_ptr< ipsdk::imaproc::attr::ClustersPptiesColl > ClustersPptiesCollPtr
shared pointer to ipsdk::imaproc::attr:: ClustersPptiesColl
Definition: ClustersPptiesColl.h:147
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
uint64_t ipUInt64
double ipReal64
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ClustersPptiesCollPtr createClustersPptiesColl(const std::vector< ipReal64 > &flattenedCenters, const std::vector< ipReal64 > &flattenedStdDeviations, const std::vector< ipReal64 > &clustersCompactnesses)
function allowing to create a ClustersCenters data item
boost::shared_ptr< const ipsdk::imaproc::attr::ClustersPptiesColl > ClustersPptiesCollConstPtr
shared pointer to const ipsdk::imaproc::attr:: ClustersPptiesColl
Definition: ClustersPptiesColl.h:151
Definition of import/export macro for library.
Properties of the cluster.
Definition: ClusterPpties.h:56
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25