First time here? Check out the FAQ!
answered 2017-10-19 20:52:40 -0600
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.