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

Tolerance for image comparison tolerance algorithm. More...

Classes

class  ipsdk::imaproc::attr::ImgComparisonTolerance
 Tolerance for image comparison tolerance algorithm. More...
 

Typedefs

typedef boost::shared_ptr< ImgComparisonToleranceipsdk::imaproc::attr::ImgComparisonTolerancePtr
 shared pointer to ImgComparisonTolerance
 
typedef boost::shared_ptr< const ImgComparisonToleranceipsdk::imaproc::attr::ImgComparisonToleranceConstPtr
 shared pointer to const ImgComparisonTolerance
 
IPSDKIPLATTRIBUTES_API ImgComparisonTolerancePtr ipsdk::imaproc::attr::createImgComparisonNoTolerance ()
 function allowing to initialize tolerance parameter for CompareImg algorithm
 
IPSDKIPLATTRIBUTES_API ImgComparisonTolerancePtr ipsdk::imaproc::attr::createImgComparisonAbsTolerance (const ipReal32 absTol)
 function allowing to initialize tolerance parameter for CompareImg algorithm
 
IPSDKIPLATTRIBUTES_API ImgComparisonTolerancePtr ipsdk::imaproc::attr::createImgComparisonRelTolerance (const ipReal32 relTol)
 function allowing to initialize tolerance parameter for CompareImg algorithm
 
IPSDKIPLATTRIBUTES_API ImgComparisonTolerancePtr ipsdk::imaproc::attr::createImgComparisonAbsOrRelTolerance (const ipReal32 absTol, const ipReal32 relTol)
 function allowing to initialize tolerance parameter for CompareImg algorithm
 

Detailed Description

Tolerance for image comparison tolerance algorithm.

SubNodes description

Name ToolTip Associated Class Default Value
ToleranceType tolerance type ipsdk::DataItemEnumLeaf<ipsdk::imaproc::attr::eImgComparisonToleranceType> ipsdk::imaproc::attr::eImgComparisonToleranceType::eICTT_AbsoluteOrRelative
AbsTol absolute tolerance value ipsdk::DataItemLeaf<ipsdk::ipReal32> std::numeric_limits<ipReal32>::min()
RelTol relative tolerance value ipsdk::DataItemLeaf<ipsdk::ipReal32> std::numeric_limits<ipReal32>::epsilon()