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

Wrapper functions for Computes a dense optical flow occurred between two input images. More...

#include <IPSDKIPL/IPSDKIPLRegistration/IPSDKIPLRegistrationExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DeepFlowParams.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::registration
 Namespace aggregating image registration processing algorithms.
 

Functions

IPSDKIPLREGISTRATION_API ipsdk::image::ImagePtr ipsdk::imaproc::registration::deepFlow2dImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 wrapper function for Computes a dense optical flow occurred between two input images More...
 
IPSDKIPLREGISTRATION_API ipsdk::image::ImagePtr ipsdk::imaproc::registration::deepFlow2dImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipsdk::imaproc::attr::DeepFlowParamsConstPtr &pParams)
 wrapper function for Computes a dense optical flow occurred between two input images More...
 
IPSDKIPLREGISTRATION_API void ipsdk::imaproc::registration::deepFlow2dImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutFlowImg)
 wrapper function for Computes a dense optical flow occurred between two input images More...
 
IPSDKIPLREGISTRATION_API void ipsdk::imaproc::registration::deepFlow2dImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipsdk::imaproc::attr::DeepFlowParamsConstPtr &pParams, const image::ImagePtr &pOutFlowImg)
 wrapper function for Computes a dense optical flow occurred between two input images More...
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< DeepFlow2dImgLvl1 > ipsdk::imaproc::registration::deepFlow2dImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< DeepFlow2dImgLvl1 > ipsdk::imaproc::registration::deepFlow2dImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipsdk::imaproc::attr::DeepFlowParamsConstPtr &pParams)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< DeepFlow2dImgLvl1 > ipsdk::imaproc::registration::deepFlow2dImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutFlowImg)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< DeepFlow2dImgLvl1 > ipsdk::imaproc::registration::deepFlow2dImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipsdk::imaproc::attr::DeepFlowParamsConstPtr &pParams, const image::ImagePtr &pOutFlowImg)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API ipsdk::image::ImagePtr ipsdk::imaproc::registration::getAsyncProcessorOutput (boost::shared_ptr< DeepFlow2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Computes a dense optical flow occurred between two input images.

Author
R. Abbal
Date
2024/05/29