Can I use matlab function in ROS node written by C++?
I encountered some problem with image registration on ROS, I have already realized the function on matlab, and I know it's possible to include mex.h in C++ to use matlab functions, so can I do the same when I write the node using C++ on ROS? Like the same for Opencv? Thank you guys a lot!