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 Metro app. All I can find is that I need to use OpenCV or EmguCV and implement my functions again. Can anyone help me out here in any way?
I am developing the application in C#.