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

results computed from a histogram measure More...

Classes

class  ipsdk::imaproc::attr::HistogramData
 results computed from a histogram measure More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::HistogramDataipsdk::imaproc::attr::HistogramDataPtr
 shared pointer to ipsdk::imaproc::HistogramData
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::HistogramDataipsdk::imaproc::attr::HistogramDataConstPtr
 shared pointer to const ipsdk::imaproc::HistogramData
 

Functions

IPSDKIPLATTRIBUTES_API void ipsdk::imaproc::attr::exportToCsv (const boost::filesystem::path &filePath, const ipsdk::imaproc::attr::HistogramData &histogramData)
 function allowing to export histogram data to a csv file More...
 
IPSDKIPLATTRIBUTES_API void ipsdk::imaproc::attr::exportToCsv (const boost::filesystem::path &filePath, const ipsdk::imaproc::attr::PlanIndexedHistogramData &planIndexedHistogramData)
 function allowing to export plan indexed histogram data to a csv file More...
 

Detailed Description

results computed from a histogram measure

SubNodes description

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

Function Documentation

◆ exportToCsv() [1/2]

IPSDKIPLATTRIBUTES_API void ipsdk::imaproc::attr::exportToCsv ( const boost::filesystem::path &  filePath,
const ipsdk::imaproc::attr::HistogramData histogramData 
)

function allowing to export histogram data to a csv file

Exceptions
ipsdk::math::IPSDKMathExceptionon failure

◆ exportToCsv() [2/2]

IPSDKIPLATTRIBUTES_API void ipsdk::imaproc::attr::exportToCsv ( const boost::filesystem::path &  filePath,
const ipsdk::imaproc::attr::PlanIndexedHistogramData planIndexedHistogramData 
)

function allowing to export plan indexed histogram data to a csv file

Warning
histograms are supposed to have been homogenously created (ie same bins configuration)
Exceptions
ipsdk::imaproc::attr::IPSDKIPLAttributesExceptionon failure