Utilities for using nmiPiano/iPiano for computer vision/image processing.
More...
#include <functionals.h>
Utilities for using nmiPiano/iPiano for computer vision/image processing.
void Functionals::Util::convertEigenToOpenCV |
( |
const Eigen::MatrixXf & |
eigen, |
|
|
cv::Mat & |
opencv |
|
) |
| |
|
static |
Convert Eigen matrix to OpenCV matrix.
- Parameters
-
void Functionals::Util::convertEigenToOpenCV_Color |
( |
const Eigen::MatrixXf & |
eigen, |
|
|
cv::Mat & |
opencv |
|
) |
| |
|
static |
Convert Eigen matrix to OpenCV color matrix.
- Parameters
-
void Functionals::Util::convertOpenCVToEigen |
( |
const cv::Mat & |
opencv, |
|
|
Eigen::MatrixXf & |
eigen |
|
) |
| |
|
static |
Convert OpenCV matrix to Eigen matrix.
- Parameters
-
void Functionals::Util::convertOpenCVToEigen_Color |
( |
const cv::Mat & |
opencv, |
|
|
Eigen::MatrixXf & |
eigen |
|
) |
| |
|
static |
Convert OpenCV color matrix to Eigen matrix.
- Parameters
-
The documentation for this class was generated from the following file: