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

informations for warp motion transformation 2d More...

Classes

class  ipsdk::imaproc::attr::WarpMotionTransform2d
 informations for warp motion transformation 2d More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::WarpMotionTransform2dipsdk::imaproc::attr::WarpMotionTransform2dPtr
 shared pointer to ipsdk::imaproc::attr::WarpMotionTransform2d
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::WarpMotionTransform2dipsdk::imaproc::attr::WarpMotionTransform2dConstPtr
 shared pointer to const ipsdk::imaproc::attr::Pixels2d
 

Functions

IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createWarpMotionTransform2d (const ipsdk::math::transform::eGeometricTransform2dType &type, const std::vector< ipReal64 > &params)
 method allowing to create a warp motion transform 2d More...
 
IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createWarpMotionTransform2d (const ipsdk::math::transform::BaseGeometricTransform2d &tranform)
 method allowing to create a warp motion transform 2d
 
IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createWarpMotionTransform2d (const RegistrationMotionTransform2dConstPtr &pTranform)
 method allowing to create a warp motion transform 2d
 
IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createCenteredRotation (const ipReal64 theta, const image::BaseImage &image)
 method allowing to create a centered rotation given an image More...
 
IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createCenteredRotation (const ipReal64 theta, const ipUInt64 sizeX, const ipUInt64 sizeY)
 method allowing to create a centered rotation given image size More...
 

Detailed Description

informations for warp motion transformation 2d

SubNodes description

Name ToolTip Associated Class Default Value
Type motion transform type ipsdk::DataItemEnumLeaf<ipsdk::math::transform::eGeometricTransform2dType> ipsdk::math::transform::eGeometricTransform2dType::eGT2DT_Rigid
Params transformation parameters ipsdk::DataItemLeafColl<ipsdk::ipReal64>

Function Documentation

◆ createWarpMotionTransform2d()

IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createWarpMotionTransform2d ( const ipsdk::math::transform::eGeometricTransform2dType type,
const std::vector< ipReal64 > &  params 
)

method allowing to create a warp motion transform 2d

Exceptions
ipsdk::imaproc::attr::IPSDKIPLAttributesExceptionif params.size() != Transform2dFactory::getNbParams(type)

◆ createCenteredRotation() [1/2]

IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createCenteredRotation ( const ipReal64  theta,
const image::BaseImage image 
)

method allowing to create a centered rotation given an image

Note
returns a rigid transformation

◆ createCenteredRotation() [2/2]

IPSDKIPLATTRIBUTES_API WarpMotionTransform2dPtr ipsdk::imaproc::attr::createCenteredRotation ( const ipReal64  theta,
const ipUInt64  sizeX,
const ipUInt64  sizeY 
)

method allowing to create a centered rotation given image size

Note
returns a rigid transformation