1、VS2015新建一个C# console工程

2、Tools->NuGet package management->manage NuGet package for solution->搜索安装emgucv,选择相应项目和版本可以自动配置好

3、头文件

using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Drawing;
using Emgu.CV;
using Emgu.CV.Structure;
using Emgu.Util;
using Emgu.CV.Util;
using Emgu.CV.CvEnum;
using System.Runtime.InteropServices;
using System.Diagnostics;

 

既可以使用了

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-08-01
  • 2021-08-11
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-08-28
猜你喜欢
  • 2021-11-22
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
相关资源
相似解决方案