Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Matlab 代码转换为 OpenCV-C 代码,我需要实现矩阵左除。如何在 OpenCV 中完成?例如,A\B,A 是 18 x 12 矩阵,B 是 18 x 1 矩阵。我怎样才能让它在 OpenCV 中工作?谢谢
该函数已经在 OpenCV 中实现,名称为cvSolveorcv::solve
cvSolve
cv::solve