![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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::HistogramData > | ipsdk::imaproc::attr::HistogramDataPtr |
| shared pointer to ipsdk::imaproc::HistogramData | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::HistogramData > | ipsdk::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... | |
results computed from a histogram measure
| 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> |
| 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
| ipsdk::math::IPSDKMathException | on failure |
| 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
| ipsdk::imaproc::attr::IPSDKIPLAttributesException | on failure |
1.8.14