We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f0471 + f1f24cc commit d396ee8Copy full SHA for d396ee8
FaceDetectionApp/Service/WebCameraService.cs
@@ -13,12 +13,13 @@ namespace CVCapturePanel.Service
13
{
14
/// <summary>
15
/// Class for camera call and async background works
16
- /// EMGU version 3.2
+ /// EMGU version 3.2 -> has been ported to CV 4.1.1 version.
17
+ /// current EMGU version is CV 4.1.1
18
/// Libs:
19
/// 1.Emgu.CV
20
/// 2.Emgu.CV.Structure
- /// 6.nvcuda.dll needed if have not Nvidia GPU on computer
21
- /// All libs must to be copied into the bin folder
+ /// 6.nvcuda.dll is required if your computer does not have any Nvidia GPUs on it
22
+ /// All libraries must be copied to the bin folder
23
/// </summary>
24
public class WebCameraService : IDisposable
25
0 commit comments