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::DistWeight3d
 Weighting coefficients used for 2d distance calculation. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::DistWeight3dipsdk::imaproc::attr::DistWeight3dPtr
 shared pointer to ipsdk::imaproc::attr::DistWeight3d
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::DistWeight3dipsdk::imaproc::attr::DistWeight3dConstPtr
 shared pointer to const ipsdk::imaproc::attr::DistWeight3d
 
IPSDKIPLATTRIBUTES_API DistWeight3dPtr ipsdk::imaproc::attr::createDistWeight3d (const ipsdk::ipReal64 xWeight, const ipsdk::ipReal64 yWeight, const ipsdk::ipReal64 zWeight, const ipsdk::ipReal64 xyWeight, const ipsdk::ipReal64 xzWeight, const ipsdk::ipReal64 yzWeight, const ipsdk::ipReal64 xyzWeight)
 function allowing to initialize input parameters for GenericDistanceMap3dImg algorithm
 

Detailed Description

Weighting coefficients used for 2d distance calculation.

SubNodes description

Name ToolTip Associated Class Default Value
XWeight Weighting coefficient along the x direction. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
YWeight Weighting coefficient along the y direction. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
ZWeight Weighting coefficient along the z direction. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
XYWeight Weighting coefficient along the xy diagonal. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
XZWeight Weighting coefficient along the xz diagonal. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
YZWeight Weighting coefficient along the yz diagonal. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.
XYZWeight Weighting coefficient along the xyz diagonal. ipsdk::DataItemLeaf<ipsdk::ipReal64> 1.