在Web应用程序中使用OpenCV
问题描述:
我如何在Web应用程序中使用opencv,因为它的库在c#中?
How do i use opencv in my web application as its library is in c#?
答
您的第一个问题是 ^ ]-我只能找到50万个链接
之后,这是体系结构的问题...您是要负担WepApp的开销还是将其传递给另一个服务/组件
我建议您检查一下第一点,并在尝试第二点之前写一些原型代码
your first problem is How to use OpenCV in C#[^] - I could only find half a million links
After that, it''s a question of architecture ... do you want to burden the WepApp with that overhead or pass it on to another service/component
I''d suggest you examine the first point, and write some prototype code before you attempt the second
在图像处理中使用opencv进行人脸检测...
构建Web应用程序.
添加dll文件的引用
然后添加xml文件作为添加现有项.
在按钮后端的单击事件将图像发送到使用c#语言的类.
通过这种方式,您可以在Web应用程序中使用opencv.
Use opencv for face detection in image processing...
build a web application.
add reference of dll files
then add xml files as add existing items.
on the back end of button''click event send image to class which uses c# language.
in this way you can use opencv in web applications.