![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Result for image statistics measure operation. More...
Classes | |
| class | ipsdk::imaproc::attr::StatsResult |
| Result for image statistics measure operation. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > | ipsdk::imaproc::attr::StatsResultPtr |
| shared pointer to ipsdk::imaproc::attr::StatsResult | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::StatsResult > | ipsdk::imaproc::attr::StatsResultConstPtr |
| shared pointer to const ipsdk::imaproc::attr::StatsResult | |
Result for image statistics measure operation.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| PixCount | number of pixels in input image | ipsdk::DataItemLeaf<ipsdk::ipUInt64> | |
| Sum | sum of the values of all the pixels in the input image | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| Mean | mean of the values of all the pixels in the input image | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| Min | minimum of the values of all the pixels in the input image | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| Max | maximum of the values of all the pixels in the input image | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| StdDev | standard deviation of the values of all the pixels in the input image | ipsdk::DataItemLeaf<ipsdk::ipReal64> |
1.8.14