Create a wrapper How to create binding opencv (contribute-modules) to matlab
Hello,
I want to run opencv code wirh class from contributes_modules in matlab I am trying to create a wrapper binding opencv to matlab.
It is ok when I use standard opencv interface. But I need to use a class xphoto from contribute modules.
I have already built fine opencv with conribute-modules in cmake & visual studio. It is working fine.
I checked USE matlab. Matlab paths were found well.
I followed tutorial from github:
I got still error in matlab :
Building with 'Microsoft Visual C++ 2010'.
Error using mexOpenCV (line 120)
bm3d.cpp
C:\Users\Desktop\bm3d\bm3d.cpp(11) : fatal error C1083: Cannot open include file: 'opencv2/xphoto.hpp': No such file or directory
Could anyone help me please how I can do it ?
I would appreciate for any help please.