![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Parameters describing a 3d paraboloid. More...
Classes | |
| class | ipsdk::imaproc::attr::ParaboloidParams3d |
| Parameters describing a 3d paraboloid. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::ParaboloidParams3d > | ipsdk::imaproc::attr::ParaboloidParams3dPtr |
| shared pointer to ipsdk::imaproc::attr::ParaboloidParams3d | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::ParaboloidParams3d > | ipsdk::imaproc::attr::ParaboloidParams3dConstPtr |
| shared pointer to const ipsdk::imaproc::attr::ParaboloidParams3d | |
Parameters describing a 3d paraboloid.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| X2Coef | Coefficient for x^2 term. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | .0 |
| Y2Coef | Coefficient for y^2 term. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | .0 |
| XYCoef | Coefficient for x.y term. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | .0 |
| XCoef | Coefficient for x term. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | .0 |
| YCoef | Coefficient for y term. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | .0 |
| Constant | Constant. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | .0 |
1.8.14