About
  1. | API Documentation
  2. | Open Source
  3. | free_functions
  4. | eigen2cv

eigen2cv

Defined in <eigen_cv_conversions.h>

Convert between the eigen and opencv implemenations of matrices.


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

  1. Parameters:
    • const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols> & src
    • cv::Mat & dst

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000