What I want to do is searching a 2d matrix inside a bigger 2d matrix. For that, I have found a 2d version of Boyer-Moore algorithm.
But working with matrices in matlab is always easier, so I was wondering if I can call matlab functions in a C++ compiler.
i think people here know how to do it in matlab.
http://www.mathworks.com/matlabcentral/newsreader/view_thread/247971
Is there a library or something that exists for this purpose? which contains at least the functions used by the programs given in the link above.
PS: if anybody can provide the solution for this searching problem, please do it.
Here’s what you are looking for in the Matlab documentation