资源简介
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 ImageDataba
文件 117 2017-09-03 03:57 ImageDataba
文件 32768 2017-09-03 03:57 ImageDataba
文件 1921 2017-09-03 03:57 ImageDataba
文件 5921 2017-09-03 03:57 ImageDataba
文件 270336 2017-09-03 03:57 ImageDataba
文件 4996 2017-09-03 03:57 ImageDataba
文件 7518 2017-09-03 03:57 ImageDataba
文件 6576 2017-09-03 03:57 ImageDataba
文件 8704 2017-09-03 03:57 ImageDataba
文件 2326528 2017-09-03 03:57 ImageDataba
文件 1779 2017-09-03 03:57 ImageDataba
文件 458 2017-09-03 03:57 ImageDataba
文件 971 2017-09-03 03:57 ImageDataba
文件 1014 2017-09-03 03:57 ImageDataba
文件 684 2017-09-03 03:57 ImageDataba
文件 854016 2017-09-03 03:57 ImageDataba
文件 65555 2017-09-03 03:57 LatentSvmDetector\cat.jpg
文件 723548 2017-09-03 03:57 LatentSvmDetector\cat.xm
文件 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个文件信息
相关资源
- C#设计模式+源码JamesW.Cooper.zip
- C#操作3D的好工具-OpenTK封装了OPENGL
- ASP.NET宠物商店网页MyPetShop源代码
- GDAL读取Shapefile并将Shape转换成WKT
- OpenCvSharp4.1官方例程
- C#开发FFMPEG(API方式) FFmpeg拉取RTMP流
- C#最全基类源码包括ASP.NET类库、读取
- 包含了halcon,C#编程,联合开发,机器
- asp.net MVC+Dapper高性能管理系统框架
- OpenCvSharp+ZXing条形码识别
- yolov4_detect.zip
- Opencvsharp
- c# opencvSharp九点标定.rar
- ArcEngine+C#缓冲区分析(GP工具+ITopolo
- 原创仿OpenFileDialog文件选择对话框源码
- C# DevExpress SearchLookUpEdit 多选功能封装
- 小程序获取openid(亲测通过)
- C#读取电脑CPU温度winform程序VS2012使用
- TIA openness 开发教程
- ASP.NET固定GridView表头_SuperTables
- Unity Windows Speech
- asp.net 打开弹出savefiledialog或者openfi
- C# 自定义属性编辑器UITypeEditor
- PFOpenProtocol协议C#实现源码
- 用C#在NX上写的一个小程序:遍历par
- C# SqlHelper类 微软官方
- MysqlHelper.cs
- c# 用SAPI实现语音识别及文本转换的详
- [c#]B+树的C#实现-BPlusTreePrototype
- C# OracleHelper
评论
共有 条评论