15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_ELASTICWARP2DIMG_H__ 16 #define __IPSDKIPLGEOMETRICTRANSFORM_ELASTICWARP2DIMG_H__ 26 class ElasticWarp2dImgLvl1;
126 #endif // __IPSDKIPLGEOMETRICTRANSFORM_ELASTICWARP2DIMG_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 elasticWarp2dImg(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg)
wrapper function for Apply a generic motion field to an image
IPSDKIPLGEOMETRICTRANSFORM_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< ElasticWarp2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > elasticWarp2dImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
Enumerate describing interpolation policy used during image value extraction.