Ask Your Question

Andrew's profile - activity

2014-03-13 17:41:04 -0600 received badge  Famous Question (source)
2013-06-10 09:21:05 -0600 received badge  Notable Question (source)
2013-03-02 03:54:03 -0600 received badge  Popular Question (source)
2012-08-18 14:54:15 -0600 commented answer Windows 8 Metro apps

He shows that he created an extension sdk based on OpenCV, but he created himself and doesn't share how he did that. Metro can run native code, so using OpenCV is possible, but it looks like the library would need code changed / revision

2012-07-24 22:32:33 -0600 commented answer Windows 8 Metro apps

well +1 for a user who'd like to see it :) If it was ported it would also support windows phone 8, which doesn't have much of a market share. but I could see Win 8 tablets becoming popular. we have a couple samsung series 7s with win 8 and so far they seem to have a lot of potential.

2012-07-24 22:27:02 -0600 received badge  Scholar (source)
2012-07-24 18:11:41 -0600 received badge  Student (source)
2012-07-23 12:21:37 -0600 asked a question Windows 8 Metro apps

Hi,

I am doing some metro app development for school using Windows 8 tablets. I would like to use OpenCV for image processing, particularly with augmented reality, but in Metro apps you can't run native code. So wrappers would not work. You can use C++ to write apps/libraries, but it can't have any native library dependencies.

So will OpenCV be ported or made available for Metro apps? Is there a way to get the existing code to work without any major rewrites?

Thanks, Andrew