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

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::StatsResultipsdk::imaproc::attr::StatsResultPtr
 shared pointer to ipsdk::imaproc::attr::StatsResult
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::StatsResultipsdk::imaproc::attr::StatsResultConstPtr
 shared pointer to const ipsdk::imaproc::attr::StatsResult
 

Detailed Description

Result for image statistics measure operation.

SubNodes description

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>