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

Weighting coefficients used for 2d distance calculation. More...

Classes

class  ipsdk::imaproc::attr::DistWeight2d
 Weighting coefficients used for 2d distance calculation. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::DistWeight2dipsdk::imaproc::attr::DistWeight2dPtr
 shared pointer to ipsdk::imaproc::attr::DistWeight2d
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::DistWeight2dipsdk::imaproc::attr::DistWeight2dConstPtr
 shared pointer to const ipsdk::imaproc::attr::DistWeight2d
 
IPSDKIPLATTRIBUTES_API DistWeight2dPtr ipsdk::imaproc::attr::createDistWeight2d (const ipsdk::ipReal64 xWeight, const ipsdk::ipReal64 yWeight, const ipsdk::ipReal64 xyWeight)
 function allowing to initialize input parameters for GenericDistanceMap2dImg algorithm
 

Detailed Description

Weighting coefficients used for 2d distance calculation.

SubNodes description

Name ToolTip Associated Class Default Value
XWeight Weight along the x direction. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
YWeight Weight along the y direction. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
XYWeight Weight along the diagonal. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.