![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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::DistWeight2d > | ipsdk::imaproc::attr::DistWeight2dPtr |
| shared pointer to ipsdk::imaproc::attr::DistWeight2d | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::DistWeight2d > | ipsdk::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 | |
Weighting coefficients used for 2d distance calculation.
| 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. |
1.8.14