简体   繁体   中英

C++ opencv app in C# window

i'd like to add to my C# window with processed image from my webcam (live webcam streaming).

As far I know, opencv library is for C++.

I've found how to run C++ app from C#, but i don't know how to do streaming in C# form window.. any suggestions?

Maybe you should take a look at this other thread:

.Net (dotNet) wrappers for OpenCV?

It may be easier to use a wrapper of OpenCV for your case.

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