Robust Local Optical Flow Libary Documentation  V 1.2
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Macros | Functions
cvwrapper.hpp File Reference

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)
 

Detailed Description

OpenCV wrapper.

Provides a set of useful functions and classes to ensure the compatibility between different OpenCV version.

Date
04.05.2012
Author
Tobias Senst

Definition in file cvwrapper.hpp.

Function Documentation

static void crTocv ( std::vector< cv::Point2f > &  lhs,
const std::vector< CRPoint > &  rhs 
)
static

Wrapping function to convert std::vector<cv::Point2f> to std::vector<CRPoint>

Parameters
lhsDestination vector containing the source values
rhsSource vector.

Definition at line 111 of file cvwrapper.hpp.

static void cvTocr ( std::vector< CRPoint > &  lhs,
const std::vector< cv::Point2f > &  rhs 
)
static

Wrapping function to convert std::vector<CRPoint> to std::vector<cv::Point2f>

Parameters
lhsDestination vector containing the source values
rhsSource vector.

Definition at line 126 of file cvwrapper.hpp.

Referenced by demo().