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

Wrapper functions for Apply a generic motion field to an image. More...

#include <IPSDKIPL/IPSDKIPLGeometricTransform/IPSDKIPLGeometricTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InterpolationPolicy.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::gtrans
 Namespace aggregating image geometric transformation processing algorithms.
 

Functions

IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg, const image::ImagePtr &pOutImg)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy, const image::ImagePtr &pOutImg)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg, const image::ImagePtr &pOutImg)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::elasticWarp2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy, const image::ImagePtr &pOutImg)
 wrapper function for Apply a generic motion field to an image More...
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInDxImg, const image::ImageConstPtr &pInDyImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ElasticWarp2dImgLvl1 > ipsdk::imaproc::gtrans::elasticWarp2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInFlowImg, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::gtrans::getAsyncProcessorOutput (boost::shared_ptr< ElasticWarp2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Apply a generic motion field to an image.

Author
R. Abbal
Date
2024/04/03