IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
WarpUtils.h File Reference

Utility functions for warping transformations python wrapping management. More...

#include <Python/PyIPSDKIPLGeometricTransform/PyIPSDKIPLGeometricTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/WarpMotionTransform2d.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/WarpMotionTransform3d.h>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLGEOMETRICTRANSFORM_API boost::python::tuple ipsdk::python::computeWarpedDefaultSize (const ipsdk::imaproc::attr::WarpMotionTransform2d &motionTransform, const ipsdk::image::BaseImage &inputImg)
 function allowing to compute default output size for a warping transformation 2d
 
PYIPSDKIPLGEOMETRICTRANSFORM_API boost::python::tuple ipsdk::python::computeWarpedDefaultSize (const ipsdk::imaproc::attr::WarpMotionTransform2d &motionTransform, const ipUInt64 inputSizeX, const ipUInt64 inputSizeY)
 function allowing to compute default output size for a warping transformation 2d
 
PYIPSDKIPLGEOMETRICTRANSFORM_API boost::python::tuple ipsdk::python::computeWarpedDefaultSize (const ipsdk::imaproc::attr::WarpMotionTransform3d &motionTransform, const ipsdk::image::BaseImage &inputImg)
 function allowing to compute default output size for a warping transformation 3d
 
PYIPSDKIPLGEOMETRICTRANSFORM_API boost::python::tuple ipsdk::python::computeWarpedDefaultSize (const ipsdk::imaproc::attr::WarpMotionTransform3d &motionTransform, const ipUInt64 inputSizeX, const ipUInt64 inputSizeY, const ipUInt64 inputSizeZ)
 function allowing to compute default output size for a warping transformation 3d
 

Detailed Description

Utility functions for warping transformations python wrapping management.

Author
E.Noirfalise
Date
2017/04/25