Ask Your Question

Joe1985's profile - activity

2014-12-29 02:54:14 -0600 asked a question Highgui Winrt

Hi,

How can i make Highgui works in winrt?

Thank u,

2014-12-28 05:35:49 -0600 asked a question opencv WinRT Compatible

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.