IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DeepFlow2dImg.h
Go to the documentation of this file.
1 // DeepFlow2dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLREGISTRATION_DEEPFLOW2DIMG_H__
16 #define __IPSDKIPLREGISTRATION_DEEPFLOW2DIMG_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DeepFlowParams.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace registration {
25 
26 class DeepFlow2dImgLvl1;
27 
30 
36 deepFlow2dImg(const image::ImageConstPtr& pInImg1,
37  const image::ImageConstPtr& pInImg2);
39 deepFlow2dImg(const image::ImageConstPtr& pInImg1,
40  const image::ImageConstPtr& pInImg2,
42 
44 deepFlow2dImg(const image::ImageConstPtr& pInImg1,
45  const image::ImageConstPtr& pInImg2,
46  const image::ImagePtr& pOutFlowImg);
48 deepFlow2dImg(const image::ImageConstPtr& pInImg1,
49  const image::ImageConstPtr& pInImg2,
51  const image::ImagePtr& pOutFlowImg);
53 
56 IPSDKIPLREGISTRATION_API boost::shared_ptr<DeepFlow2dImgLvl1>
58  const image::ImageConstPtr& pInImg2);
59 IPSDKIPLREGISTRATION_API boost::shared_ptr<DeepFlow2dImgLvl1>
61  const image::ImageConstPtr& pInImg2,
63 
64 IPSDKIPLREGISTRATION_API boost::shared_ptr<DeepFlow2dImgLvl1>
66  const image::ImageConstPtr& pInImg2,
67  const image::ImagePtr& pOutFlowImg);
68 IPSDKIPLREGISTRATION_API boost::shared_ptr<DeepFlow2dImgLvl1>
70  const image::ImageConstPtr& pInImg2,
72  const image::ImagePtr& pOutFlowImg);
74 
78 getAsyncProcessorOutput(boost::shared_ptr<DeepFlow2dImgLvl1> pProcessor);
80 
83 
84 } // end of namespace registration
85 } // end of namespace imaproc
86 } // end of namespace ipsdk
87 
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