Image Processing in Metro App [closed]

asked 2013-04-10 14:25:03 -0600

Tehreem gravatar image

updated 2013-04-10 14:29:47 -0600

I am developing a metro style application in which I need to do some image processing (extract face shape and skin tone). I have implemented this in MATLAB but I can't figure out a way to integrate that code in my app. All I can find is that I need to use OpenCV or EmguCV and implement my functions again. I dont know a single thing about using OpenCV in metro apps. Can anyone help me out here in any way?

I am developing the application in C#.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by StevenPuttemans
close date 2013-04-11 06:14:06.628122

Comments

Basically this is not a forum telling you how to integrate codes into your project. OpenCV is supplied in C++ / C / Python / Java. If you want to go for C# then EmguCV provides wrappers but than you have to address the package forum. This package is not official openCV sourcecode. Go to : http://www.emgu.com/wiki/index.php/Main_Page

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-11 06:10:28 -0600 )edit