Ask Your Question

Yan Cheng Cheok's profile - activity

2014-08-20 04:25:51 -0600 received badge  Popular Question (source)
2013-01-11 02:17:02 -0600 commented answer Windows 8 Metro apps

My experience is using WinRT C++. I use C# too for UI layer. But, C# just talk to my WinRT C++. It never touch the OpenCV part. Here are some of the details : http://stackoverflow.com/questions/12907538/how-to-get-feedback-from-mediacapture-api-in-windows-8 But, we never use JavaScript. We thought that is very risky :) But, from my experience, using OpenCV in Windows 8 is a no-joy-task. Too much restrictions being placed by Windows 8.

2013-01-11 02:12:05 -0600 commented answer Plan to make OpenCV available on Windows 8 RT ARM platform

Everyone are very looking forward it. We need something to monitor. :)

2013-01-11 02:10:43 -0600 commented question Plan to make OpenCV available on Windows 8 RT ARM platform

Sorry. Never try to load an image from file so far in Windows 8. But, I manage to write image to file in Windows. Please refer to http://stackoverflow.com/questions/13382442/save-char-array-as-jpg-for-c-windows-store-app Hope it helps. You're right. imread and imwrite both are not workable in Windows 8.

2012-12-08 21:04:47 -0600 received badge  Student (source)
2012-11-23 01:50:16 -0600 answered a question Windows 8 Metro apps

Hi, we manage to make OpenCV face detection run on Metro app. And yes, you are right, there are some tweaks needed. So far, we only manage to make it runs on x86 and x64 platforms, but not ARM.

http://answers.opencv.org/question/4431/plan-to-make-opencv-available-on-windows-8-rt-arm/

Since this is a closed source project, I cannot to share the source code with you. However, I am willing to share the knowledge with you. If you can have a more specific question, then I may provide a more specific answer. :)

2012-11-23 00:33:01 -0600 received badge  Supporter (source)
2012-11-23 00:32:49 -0600 commented answer Plan to make OpenCV available on Windows 8 RT ARM platform

Do you have any working ticket which reflects the Windows RT plan? As I would like to monitor it :)

2012-11-21 21:20:18 -0600 received badge  Editor (source)
2012-11-21 21:19:46 -0600 asked a question Plan to make OpenCV available on Windows 8 RT ARM platform

Recently, we are using OpenCV face detection and face tracking, under Windows 8 RT platform. So far, there are some Windows 8 certification issues. Quite a number of modifications are needed, to make the final piece of software able to pass Windows 8 certification test, and submit it to Windows App Store. Here are some modifications which I had made.

Thing works pretty fine right now. We able to produce a piece of software which runs on x86 and x64 platforms. Here is the software if you ask : http://apptivate.ms/apps/78/whats-my-heart-rate (Vote if you like :)

But, we are not able to make it works under ARM platform. This is because, we fail to compile a copy of OpenCV for ARM platform. This is due to

Any plan for OpenCV team to produce a binary copy, which is available on Windows 8 RT ARM platform?