![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
informations for warp motion transformation 3d More...
Classes | |
| class | ipsdk::imaproc::attr::WarpMotionTransform3d |
| informations for warp motion transformation 3d More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::WarpMotionTransform3d > | ipsdk::imaproc::attr::WarpMotionTransform3dPtr |
| shared pointer to ipsdk::imaproc::attr::WarpMotionTransform3d | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::WarpMotionTransform3d > | ipsdk::imaproc::attr::WarpMotionTransform3dConstPtr |
| shared pointer to const ipsdk::imaproc::attr::Pixels3d | |
informations for warp motion transformation 3d
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Type | motion transform type | ipsdk::DataItemEnumLeaf<ipsdk::math::transform::eGeometricTransform3dType> | ipsdk::math::transform::eGeometricTransform3dType::eGT3DT_Rigid |
| Params | transformation parameters | ipsdk::DataItemLeafColl<ipsdk::ipReal64> |
| IPSDKIPLATTRIBUTES_API WarpMotionTransform3dPtr ipsdk::imaproc::attr::createWarpMotionTransform3d | ( | const ipsdk::math::transform::eGeometricTransform3dType & | type, |
| const std::vector< ipReal64 > & | params | ||
| ) |
method allowing to create a warp motion transform 3d
| ipsdk::imaproc::attr::IPSDKIPLAttributesException | if params.size() != Transform3dFactory::getNbParams(type) |
| IPSDKIPLATTRIBUTES_API WarpMotionTransform3dPtr ipsdk::imaproc::attr::createCenteredRotation | ( | const ipReal64 | chi, |
| const ipReal64 | beta, | ||
| const ipReal64 | alpha, | ||
| const image::BaseImage & | image | ||
| ) |
method allowing to create a centered rotation given an image
| IPSDKIPLATTRIBUTES_API WarpMotionTransform3dPtr ipsdk::imaproc::attr::createCenteredRotation | ( | const ipReal64 | chi, |
| const ipReal64 | beta, | ||
| const ipReal64 | alpha, | ||
| const ipUInt64 | sizeX, | ||
| const ipUInt64 | sizeY, | ||
| const ipUInt64 | sizeZ | ||
| ) |
method allowing to create a centered rotation given image size
1.8.14