IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

Properties of the cluster. More...

Classes

class  ipsdk::imaproc::attr::ClusterPpties
 Properties of the cluster. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::ClusterPptiesipsdk::imaproc::attr::ClusterPptiesPtr
 shared pointer to ipsdk::imaproc::attr::ClusterPpties
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::ClusterPptiesipsdk::imaproc::attr::ClusterPptiesConstPtr
 shared pointer to const ipsdk::imaproc::attr::ClusterPpties
 
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ClusterPptiesPtr ipsdk::imaproc::attr::createClusterPpties (const std::vector< ipReal64 > &centerCoordinates)
 function allowing to create a ClusterPpties data item
 
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ClusterPptiesPtr ipsdk::imaproc::attr::createClusterPpties (const std::vector< ipReal64 > &centerCoordinates, const std::vector< ipReal64 > &stdDeviations, const ipReal64 compactness)
 function allowing to create a ClusterPpties data item
 

Detailed Description

Properties of the cluster.

SubNodes description

Name ToolTip Associated Class Default Value
Center Coordinates of the cluster center. ipsdk::DataItemLeafColl<ipsdk::ipReal64>
StdDeviations Standard deviations per dimensions. ipsdk::DataItemLeafColl<ipsdk::ipReal64>
Compactness Compactness of the cluster. ipsdk::DataItemLeaf<ipsdk::ipReal64>