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

Result for images comparison operation. More...

Classes

class  ipsdk::imaproc::attr::CompareResult
 Result for images comparison operation. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::CompareResultipsdk::imaproc::attr::CompareResultPtr
 shared pointer to ipsdk::imaproc::attr::CompareResult
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::CompareResultipsdk::imaproc::attr::CompareResultConstPtr
 shared pointer to const ipsdk::imaproc::attr::CompareResult
 

Detailed Description

Result for images comparison operation.

SubNodes description

Name ToolTip Associated Class Default Value
BEqual Equality flag for comparison operation. ipsdk::DataItemLeaf<ipsdk::ipBool>
NbDiff Number of pixels with a different value in images. ipsdk::DataItemLeaf<ipsdk::ipUInt64>
PixCount Total number of pixels in images. ipsdk::DataItemLeaf<ipsdk::ipUInt64>
OutOfTolPixPosition Position of the first found pixel that is out of tolerance. ipsdk::imaproc::attr::PixelPosition
OutOfTolPix1Value Value of the first found pixel in the first input image that is out of tolerance. ipsdk::DataItemLeaf<ipsdk::ipReal64>
OutOfTolPix2Value Value of the first found pixel in the second input image that is out of tolerance. ipsdk::DataItemLeaf<ipsdk::ipReal64>