opencv WinRT Compatible

asked 2014-12-28 04:23:08 -0600

Hi,

I've created a simple WinRT code in c# that print hello world from unmanaged dll in c++. it's all going well.

i added an imread just to see if the opencv can work as well. But the code throws me Dll Not Found Exception. I added openCV_core245.dll & openCV_highgui245.dll. But still get the error.

the line i added: Mat test = imread("An_Image_Path"); However, when i remove the imread and just stay with Mat test; it works again. I'm using an opencv_2.4.5 and windows 8 x64. the opencv_2.4.5 isn't compiled with windows rt.

I wanted to know, how can i make the opencv compatible with WinRT and work. Thank you.

edit retag flag offensive close merge delete