IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
WarpInitializerUtils.h
Go to the documentation of this file.
1 // WarpInitializerUtils.h:
3 // -----------------------
4 //
15 
16 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_WARPINITIALIZERUTILS_H__
17 #define __IPSDKIPLGEOMETRICTRANSFORM_WARPINITIALIZERUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLGeometricTransform/Attribute/DataItem/InWarpMotionTransform2d.h>
21 #include <IPSDKIPL/IPSDKIPLGeometricTransform/Attribute/DataItem/InWarpMotionTransform3d.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace gtrans {
28 
31 
34 outputWarp(const ImageAttributeConstPtr& pInputAttribute,
35  const boost::shared_ptr<const InWarpMotionTransform2d>& pInWarpMotionTransform2d);
36 
39 outputWarp(const ImageAttributeConstPtr& pInputAttribute,
40  const boost::shared_ptr<const InWarpMotionTransform3d>& pInWarpMotionTransform3d);
41 
44 
45 } // end of namespace gtrans
46 } // end of namespace imaproc
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKIPLGEOMETRICTRANSFORM_WARPINITIALIZERUTILS_H__
Definition of import/export macro for library.
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
IPSDKIPLGEOMETRICTRANSFORM_API CustomImageInfoPtr outputWarp(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const InWarpMotionTransform2d > &pInWarpMotionTransform2d)
function allowing to create a "warping transformation 2d" image initializer