Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Nope. OpenCv has only basic support for matrix operations. Most of what it does support is actually implemented with Eigen. Conveniently, it does provide functions that convert from a cv::Mat to an Eigen Matrix HERE.