zoukankan      html  css  js  c++  java
  • VS2015 C#项目工程配置emgucv依赖的方法

    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;

    既可以使用了

  • 相关阅读:
    Unique path
    *Jump Game
    Valid Palindrome
    *Reverse Words in a String
    Min Stack
    [?]*Simplify Path
    *Valid Parentheses
    *Sqrt(x)
    String to Integer (atoi)
    Add Digits
  • 原文地址:https://www.cnblogs.com/jerrybaby/p/10577028.html
Copyright © 2011-2022 走看看