本文介绍了面部检测和识别代码在C#中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我正在尝试使用Emgu CV实现面部检测和识别系统。

我已经实施了一个项目。

[]

这是我得到这个项目的链接。



我尝试过的方法:



1.我已经下载并安装了本教程中提到的Emgu CV库

[ ]

2.我已经在2017年的Visual Studio中打开了这个项目,并且还遵循了项目中提到的所有步骤(第一个)链接。

但是当我运行我的项目时,我的笔记本电脑的相机指示它已打开,但我无法在图像抓取区域看到任何内容。

我使用的是Windows 10 64位。最新的Emgu CV。

和我的笔记本电脑相机处于工作状态我已经测试了Emgu CV lib的示例项目。

如果有人有任何解决方案请帮助我

谢谢你

Hello,
I am trying to implement face detection and recognition system using Emgu CV.
I got an already implemented project.
Multiple face detection and recognition in real time[^]
Here is the link where i got the project.

What I have tried:

1. I have downloaded and install Emgu CV library as mentioned in this tutorial
EmguCv / OpenCV Installation Tutorial ( windows ) | EmguCv Camera Application Part 1 - YouTube[^]
2. I have opened this project in visual studio 2017 and also follow all the steps mentioned in the project(first) link.
But when I am running my project, the camera of my laptop is indicating that it is on but I am unable to see anything on the image-grabber area.
I am using windows 10 64bit. and latest Emgu CV.
and my laptop camera is in working condition I have tested it example projects of Emgu CV lib.
If anyone has any solution please help me
Thank you

推荐答案


这篇关于面部检测和识别代码在C#中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 00:35