Ask Your Question

gogoqaz's profile - activity

2012-12-25 05:25:11 -0600 asked a question imread return empty on WinRT

Dears, almost same code , but it works on desktop. It only can decode *.bmp on WinRT now. should I need to link libjpeg or libpng ...? if so, how?? Don't know how to do. help...

2012-12-17 02:32:30 -0600 commented question Plan to make OpenCV available on Windows 8 RT ARM platform

hey Yan, Could I ask you about how to load image into Mat class ?, I found imread also can't use too! Thanks!

2012-12-13 06:14:53 -0600 commented answer Windows 8 Metro apps

that's what I want! really want to know how he did this!

2012-12-13 06:03:51 -0600 commented answer Windows 8 Metro apps

hey Yan, Could I ask your help for how to write an WinRT component using openCV? Now I create a WinRT component and javascript project, I want to let the javescript project can reference it. after I add some opencv lib to component and export opencv api to javascript. and compiler it. When I use javascript try to initialize a class object which is from opencv component, the program got an exception " The specified module could not be found!" why? Did I miss something?. ps: the opencv version is 2.4.9 , and I can run it successfully on vs 2012 desktop. Thanks!!