I have build matlab opencv module Using VS 2010 and Matlab 2014. Was able to compile everything. I added the matlab path containing the cv.m and +cv folder and added the opencv dll path to the system.
But i cannot run the mex files. I am getting error like:
Invalid MEX-file 'D:\Development\build\opencv\install\matlab+cv\imshow.mexw64': The specified module could not be found.
Please let me know if anything might be wrong or missing.