opencv_eigen.h File Reference
#include <Eigen/Core>
#include <opencv2/core/types.hpp>
+ Include dependency graph for opencv_eigen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::conversions
 

Functions

Eigen::Vector2f cv2eigen (const cv::Point2f &pt)
 
cv::Point2f eigen2cv (const Eigen::Vector2f &pt)
 
template<typename EigenT , typename CvT = decltype(eigen2cv(EigenT()))>
auto eigen2cv (const std::vector< EigenT > &points)