Added farneback to superres module.

This commit is contained in:
Jin Ma
2013-07-26 14:14:26 +08:00
parent be8b3687f4
commit 027b8021b1
3 changed files with 77 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ namespace cv
CV_EXPORTS Ptr<DenseOpticalFlowExt> createOptFlow_Farneback();
CV_EXPORTS Ptr<DenseOpticalFlowExt> createOptFlow_Farneback_GPU();
CV_EXPORTS Ptr<DenseOpticalFlowExt> createOptFlow_Farneback_OCL();
CV_EXPORTS Ptr<DenseOpticalFlowExt> createOptFlow_Simple();