• 大小: 35.29M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: pe  

资源简介

opencv Emgu 官方例子包括配对、人脸识别、行人识别、形状识别、OCR等

资源截图

代码片段和文件信息

//----------------------------------------------------------------------------
//  Copyright (C) 2004-2017 by EMGU Corporation. All rights reserved.       
//----------------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Drawing.Printing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Emgu.CV;
using Emgu.CV.Aruco;
using Emgu.CV.CvEnum;
using Emgu.CV.Structure;
using Emgu.CV.Util;

namespace Aruco
{
    public partial class MainForm : Form
    {
        public MainForm()
        {
            InitializeComponent();


            _detectorParameters = DetectorParameters.GetDefault();

            try
            {
       

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     116736  2017-09-03 03:57  ImageDatabase\Antlr3.Runtime.dll

     文件        117  2017-09-03 03:57  ImageDatabase\app.config

     文件      32768  2017-09-03 03:57  ImageDatabase\Iesi.Collections.dll

     文件       1921  2017-09-03 03:57  ImageDatabase\ImageDatabase.cs

     文件       5921  2017-09-03 03:57  ImageDatabase\ImageDatabase.csproj

     文件     270336  2017-09-03 03:57  ImageDatabase\log4net.dll

     文件       4996  2017-09-03 03:57  ImageDatabase\MainForm.cs

     文件       7518  2017-09-03 03:57  ImageDatabase\MainForm.Designer.cs

     文件       6576  2017-09-03 03:57  ImageDatabase\MainForm.resx

     文件       8704  2017-09-03 03:57  ImageDatabase\NHibernate.ByteCode.LinFu.dll

     文件    2326528  2017-09-03 03:57  ImageDatabase\NHibernate.dll

     文件       1779  2017-09-03 03:57  ImageDatabase\PersistentImage.cs

     文件        458  2017-09-03 03:57  ImageDatabase\PersistentImage.hbm.xml

     文件        971  2017-09-03 03:57  ImageDatabase\Program.cs

     文件       1014  2017-09-03 03:57  ImageDatabase\Properties\AssemblyInfo.cs

     文件        684  2017-09-03 03:57  ImageDatabase\SqliteDB.xml

     文件     854016  2017-09-03 03:57  ImageDatabase\System.Data.SQLite.DLL

     文件      65555  2017-09-03 03:57  LatentSvmDetector\cat.jpg

     文件     723548  2017-09-03 03:57  LatentSvmDetector\cat.xml

     文件       3428  2017-09-03 03:57  LatentSvmDetector\LatentSvmDetector.csproj

     文件       1578  2017-09-03 03:57  LatentSvmDetector\Program.cs

     文件       1018  2017-09-03 03:57  LatentSvmDetector\Properties\AssemblyInfo.cs

     文件      61917  2017-09-03 03:57  LicensePlateRecognition\license-plate.jpg

     文件      16045  2017-09-03 03:57  LicensePlateRecognition\LicensePlateDetector.cs

     文件       5366  2017-09-03 03:57  LicensePlateRecognition\LicensePlateRecognition.csproj

     文件       3782  2017-09-03 03:57  LicensePlateRecognition\LicensePlateRecognitionForm.cs

     文件       7421  2017-09-03 03:57  LicensePlateRecognition\LicensePlateRecognitionForm.Designer.cs

     文件       6017  2017-09-03 03:57  LicensePlateRecognition\LicensePlateRecognitionForm.resx

     文件        799  2017-09-03 03:57  LicensePlateRecognition\Program.cs

     文件       1024  2017-09-03 03:57  LicensePlateRecognition\Properties\AssemblyInfo.cs

............此处省略288个文件信息

评论

共有 条评论