How to use opencv in windows runtime (Metro) app with c#
Hi there, I am developing a windows runtime application and recently I found that opencv is now available for Windows Runtime apps by microsoft open technologies. Easily build OpenCV-powered apps for Windows Store!
So I have downloaded the SDK from github
But I didn't find any example on how to use opencv written in c++ in a C# winrt project.
Any help very much appreciated.