16 #ifndef __IPSDKIPLATTRIBUTES_CLUSTERPPTIES_H__ 17 #define __IPSDKIPLATTRIBUTES_CLUSTERPPTIES_H__ 43 typedef boost::shared_ptr<ipsdk::imaproc::attr::ClusterPpties>
ClusterPptiesPtr;
57 const std::vector<ipReal64>& centerCoordinates,
58 const std::vector<ipReal64>& stdDeviations,
69 #endif // __IPSDKIPLATTRIBUTES_CLUSTERPPTIES_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::ClusterPpties > ClusterPptiesConstPtr
shared pointer to const ipsdk::imaproc::attr::ClusterPpties
Definition: ClusterPpties.h:177
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ClusterPptiesPtr createClusterPpties(const std::vector< ipReal64 > ¢erCoordinates, const std::vector< ipReal64 > &stdDeviations, const ipReal64 compactness)
function allowing to create a ClusterPpties data item
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::ClusterPpties > ClusterPptiesPtr
shared pointer to ipsdk::imaproc::attr::ClusterPpties
Definition: ClusterPpties.h:173