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

data item containing cumulative histogram information More...

Classes

class  ipsdk::imaproc::attr::CumulativeHistogramData
 data item containing cumulative histogram information More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::CumulativeHistogramDataipsdk::imaproc::attr::CumulativeHistogramDataPtr
 shared pointer to ipsdk::imaproc::CumulativeHistogramData
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::CumulativeHistogramDataipsdk::imaproc::attr::CumulativeHistogramDataConstPtr
 shared pointer to const ipsdk::imaproc::CumulativeHistogramData
 

Detailed Description

data item containing cumulative histogram information

SubNodes description

Name ToolTip Associated Class Default Value
Min minimal grey value of a cumulative histogram ipsdk::DataItemLeaf<ipsdk::ipReal64>
Max maximal grey value of a cumulative histogram ipsdk::DataItemLeaf<ipsdk::ipReal64>
BinWidth width of histogram bin ipsdk::DataItemLeaf<ipsdk::ipReal64>
Frequencies collection of the frequencies of a cumulative histogram ipsdk::DataItemLeafColl<ipsdk::ipUInt64>