OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
Eigen support
Collaboration diagram for Eigen support:

Functions

template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::cv2eigen (const Mat &src, Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &dst)
 
template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::cv2eigen (const Matx< _Tp, _rows, _cols > &src, Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &dst)
 
template<typename _Tp >
static void cv::cv2eigen (const Mat &src, Eigen::Matrix< _Tp, Eigen::Dynamic, Eigen::Dynamic > &dst)
 
template<typename _Tp , int _rows, int _cols>
static void cv::cv2eigen (const Matx< _Tp, _rows, _cols > &src, Eigen::Matrix< _Tp, Eigen::Dynamic, Eigen::Dynamic > &dst)
 
template<typename _Tp >
static void cv::cv2eigen (const Mat &src, Eigen::Matrix< _Tp, Eigen::Dynamic, 1 > &dst)
 
template<typename _Tp , int _rows>
static void cv::cv2eigen (const Matx< _Tp, _rows, 1 > &src, Eigen::Matrix< _Tp, Eigen::Dynamic, 1 > &dst)
 
template<typename _Tp >
static void cv::cv2eigen (const Mat &src, Eigen::Matrix< _Tp, 1, Eigen::Dynamic > &dst)
 
template<typename _Tp , int _cols>
static void cv::cv2eigen (const Matx< _Tp, 1, _cols > &src, Eigen::Matrix< _Tp, 1, Eigen::Dynamic > &dst)
 
template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::eigen2cv (const Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &src, OutputArray dst)
 
template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::eigen2cv (const Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &src, Matx< _Tp, _rows, _cols > &dst)
 

Detailed Description

Function Documentation

◆ cv2eigen() [1/8]

template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::cv2eigen ( const Mat src,
Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::cols, cv::Mat::convertTo(), cv::gapi::convertTo(), CV_DbgAssert, cv::Mat::rows, cv::Mat::t(), cv::transpose(), and cv::Mat::type().

Here is the call graph for this function:

◆ cv2eigen() [2/8]

template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::cv2eigen ( const Matx< _Tp, _rows, _cols > &  src,
Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::copyTo(), and cv::transpose().

Here is the call graph for this function:

◆ cv2eigen() [3/8]

template<typename _Tp >
static void cv::cv2eigen ( const Mat src,
Eigen::Matrix< _Tp, Eigen::Dynamic, Eigen::Dynamic > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::cols, cv::Mat::convertTo(), cv::gapi::convertTo(), cv::Mat::rows, cv::Mat::t(), cv::transpose(), and cv::Mat::type().

Here is the call graph for this function:

◆ cv2eigen() [4/8]

template<typename _Tp , int _rows, int _cols>
static void cv::cv2eigen ( const Matx< _Tp, _rows, _cols > &  src,
Eigen::Matrix< _Tp, Eigen::Dynamic, Eigen::Dynamic > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::copyTo(), and cv::transpose().

Here is the call graph for this function:

◆ cv2eigen() [5/8]

template<typename _Tp >
static void cv::cv2eigen ( const Mat src,
Eigen::Matrix< _Tp, Eigen::Dynamic, 1 > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::cols, cv::Mat::convertTo(), cv::gapi::convertTo(), CV_Assert, cv::Mat::rows, cv::Mat::t(), cv::transpose(), and cv::Mat::type().

Here is the call graph for this function:

◆ cv2eigen() [6/8]

template<typename _Tp , int _rows>
static void cv::cv2eigen ( const Matx< _Tp, _rows, 1 > &  src,
Eigen::Matrix< _Tp, Eigen::Dynamic, 1 > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::transpose().

Here is the call graph for this function:

◆ cv2eigen() [7/8]

template<typename _Tp >
static void cv::cv2eigen ( const Mat src,
Eigen::Matrix< _Tp, 1, Eigen::Dynamic > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::cols, cv::Mat::convertTo(), cv::gapi::convertTo(), CV_Assert, cv::Mat::rows, cv::Mat::t(), cv::transpose(), and cv::Mat::type().

Here is the call graph for this function:

◆ cv2eigen() [8/8]

template<typename _Tp , int _cols>
static void cv::cv2eigen ( const Matx< _Tp, 1, _cols > &  src,
Eigen::Matrix< _Tp, 1, Eigen::Dynamic > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::copyTo(), and cv::transpose().

Here is the call graph for this function:

◆ eigen2cv() [1/2]

template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::eigen2cv ( const Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &  src,
OutputArray  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Mat::copyTo(), and cv::transpose().

Here is the call graph for this function:

◆ eigen2cv() [2/2]

template<typename _Tp , int _rows, int _cols, int _options, int _maxRows, int _maxCols>
static void cv::eigen2cv ( const Eigen::Matrix< _Tp, _rows, _cols, _options, _maxRows, _maxCols > &  src,
Matx< _Tp, _rows, _cols > &  dst 
)
inlinestatic

#include <opencv2/core/eigen.hpp>

References cv::Matx< _Tp, m, n >::t().

Here is the call graph for this function: