What I have done is following the guidline in this website
Now, I want to use some functions like rgb2gray()
and imresize()
... but I dont know how to use them, or I dont know which header file should I include in my project?
I have tried other way by creating a C++ shared-library in Matlab, then used it in VS 2012, but I could not add the DLL file to my project when I added new references. it is like that:
Please help me! thanks in advance.