Reputation: 677
I am converting the Matlab code to the OpenCV-C code and I need to implement matrix left division. How can it be done in OpenCV? For example, A \ B, A is 18 x 12 matrix and B is 18 x 1 matrix. How can I make it work in OpenCV? Thanks
Upvotes: 0
Views: 1332