nothinglo / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.
332 stars 124 forks source link

Does anyone replace eigen with a MATLAB solver? #22

Closed TCBocean closed 4 years ago

TCBocean commented 5 years ago

As the title asks, I want to try to replace the eigen solver with the MATLAB solver, but I don't know much about the use of the MATLAB solver in C++. Can someone help me?