Robust Local Optical Flow Libary Documentation
V 1.2
|
OpenCV wrapper. More...
#include <opencv2\core\core.hpp>
Go to the source code of this file.
Classes | |
class | CRPoint |
Wrapper cv::Point2f. More... | |
Functions | |
static void | crTocv (std::vector< cv::Point2f > &lhs, const std::vector< CRPoint > &rhs) |
static void | cvTocr (std::vector< CRPoint > &lhs, const std::vector< cv::Point2f > &rhs) |
OpenCV wrapper.
Provides a set of useful functions and classes to ensure the compatibility between different OpenCV version.
Definition in file cvwrapper.hpp.
|
static |
Wrapping function to convert std::vector<cv::Point2f> to std::vector<CRPoint>
lhs | Destination vector containing the source values |
rhs | Source vector. |
Definition at line 111 of file cvwrapper.hpp.
|
static |
Wrapping function to convert std::vector<CRPoint> to std::vector<cv::Point2f>
lhs | Destination vector containing the source values |
rhs | Source vector. |
Definition at line 126 of file cvwrapper.hpp.
Referenced by demo().