15 #ifndef __IPSDKIPLREGISTRATION_DEEPFLOW2DIMG_H__ 16 #define __IPSDKIPLREGISTRATION_DEEPFLOW2DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DeepFlowParams.h> 24 namespace registration {
26 class DeepFlow2dImgLvl1;
88 #endif // __IPSDKIPLREGISTRATION_DEEPFLOW2DIMG_H__ boost::shared_ptr< const ipsdk::imaproc::attr::DeepFlowParams > DeepFlowParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::DeepFlowParams
Definition: DeepFlowParams.h:248
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLREGISTRATION_API boost::shared_ptr< DeepFlow2dImgLvl1 > deepFlow2dImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
asynchronous wrappers
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLREGISTRATION_API ipsdk::image::ImagePtr deepFlow2dImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
wrapper function for Computes a dense optical flow occurred between two input images ...
IPSDKIPLREGISTRATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< DeepFlow2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLREGISTRATION_API
Import/Export macro for library IPSDKIPLRegistration.
Definition: IPSDKIPLRegistrationExports.h:25