嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 10 元微信扫码支付:10 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#模板匹配 基于Emgucv模板匹配案例
.
├── C#模板匹配_WindowsFormsApp1.7z
└── WindowsFormsApp1
├── WindowsFormsApp1
│ ├── Form
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ └── MainForm.resx
│ ├── Model
│ │ ├── Demo.cs
│ │ └── Recognize.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WindowsFormsApp1.csproj
│ ├── WindowsFormsApp1.csproj.user
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Emgu.CV.DebuggerVisualizers.dll
│ │ │ ├── Emgu.CV.UI.dll
│ │ │ ├── Emgu.CV.UI.xml
│ │ │ ├── Emgu.CV.World.Netstandard.dll
│ │ │ ├── Emgu.CV.World.Netstandard.xml
│ │ │ ├── Microsoft.VisualStudio.DebuggerVisualizers.dll
│ │ │ ├── Microsoft.Win32.Primitives.dll
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.NonGeneric.dll
│ │ │ ├── System.Collections.Specialized.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.Primitives.dll
│ │ │ ├── System.ComponentModel.TypeConverter.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Console.dll
│ │ │ ├── System.Data.Common.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ ├── System.Diagnostics.Process.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Diagnostics.TextWriterTraceListener.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.TraceSource.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Drawing.Primitives.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.Calendars.dll
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.Compression.ZipFile.dll
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.Watcher.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.IO.IsolatedStorage.dll
│ │ │ ├── System.IO.MemoryMappedFiles.dll
│ │ │ ├── System.IO.Pipes.dll
│ │ │ ├── System.IO.UnmanagedMemoryStream.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.NameResolution.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Ping.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.Net.Security.dll
│ │ │ ├── System.Net.Sockets.dll
│ │ │ ├── System.Net.WebHeaderCollection.dll
│ │ │ ├── System.Net.WebSockets.Client.dll
│ │ │ ├── System.Net.WebSockets.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.Reader.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Resources.Writer.dll
│ │ │ ├── System.Runtime.CompilerServices.VisualC.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.Handles.dll
│ │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Formatters.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Claims.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.Cryptography.Csp.dll
│ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Overlapped.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Thread.dll
│ │ │ ├── System.Threading.ThreadPool.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.ValueTuple.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.XPath.dll
│ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ ├── System.Xml.XmlSerializer.dll
│ │ │ ├── WindowsFormsApp1.exe
│ │ │ ├── WindowsFormsApp1.exe.config
│ │ │ ├── WindowsFormsApp1.pdb
│ │ │ ├── ZedGraph.dll
│ │ │ ├── cvextern.dll
│ │ │ ├── netstandard.dll
│ │ │ └── x64
│ │ │ └── vc16
│ │ │ └── bin
│ │ │ └── opencv_videoio_ffmpeg420_64.dll
│ │ └── Release
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── WindowsFormsApp1.MainForm.resources
│ ├── WindowsFormsApp1.Properties.Resources.resources
│ ├── WindowsFormsApp1.csproj.AssemblyReference.cache
│ ├── WindowsFormsApp1.csproj.CopyComplete
│ ├── WindowsFormsApp1.csproj.CoreCompileInputs.cache
│ ├── WindowsFormsApp1.csproj.FileListAbsolute.txt
│ ├── WindowsFormsApp1.csproj.GenerateResource.cache
│ ├── WindowsFormsApp1.exe
│ └── WindowsFormsApp1.pdb
└── WindowsFormsApp1.sln
14 directories, 136 files