简体   繁体   中英

Image Processing in Metro Application

I need to do some image processing in a Windows 8 metro application. I have written some functions in MATLAB for that. Is there a way I can integrate them in my application? I am kinda lost here. Can anyone suggest something about this? I would be grateful.

PS: In my MATLAB program I am detecting face shape and skin tone.

Sure, why not? Just re-implement your Matlab code in C# or C++. Do you have a specific question?

You can use computer vision libraries like OpenCV (or the EmguCV C# wrapper) or AForge.NET.

Here is lightweight image processing sample . I think it's better to check this sample, it might be helpful to you. Please note the article is bit older so it must be updated by author.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM