15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_WARP2DIMG_H__ 16 #define __IPSDKIPLGEOMETRICTRANSFORM_WARP2DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/WarpMotionTransform2d.h> 100 #endif // __IPSDKIPLGEOMETRICTRANSFORM_WARP2DIMG_H__ eInterpolationPolicy
Enumerate describing interpolation policy used during image value extraction.
Definition: InterpolationPolicy.h:33
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr warp2dImg(const image::ImageConstPtr &pInImg, const attr::WarpMotionTransform2dConstPtr &pInWarpMotionTransform2d, const attr::eInterpolationPolicy &inOptInterpolationPolicy)
wrapper function for algorithm allowing to apply a motion transformation warping operation on a 2d im...
boost::shared_ptr< const ipsdk::imaproc::attr::WarpMotionTransform2d > WarpMotionTransform2dConstPtr
shared pointer to const ipsdk::imaproc::attr::Pixels2d
Definition: WarpMotionTransform2d.h:165
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< Warp2dImgLvl1 > warp2dImg_async(const image::ImageConstPtr &pInImg, const attr::WarpMotionTransform2dConstPtr &pInWarpMotionTransform2d)
asynchronous wrappers
IPSDKIPLGEOMETRICTRANSFORM_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< ElasticWarp2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const BaseImage > ImageConstPtr
Utility functions for warping transformations management.
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
Enumerate describing interpolation policy used during image value extraction.