嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# OpenCVSharp4实现图片文档自动扫描仪功能
使用OpenCvSharp4实现拍照倾斜文档矫正功能(透视变换),类似手机扫描王功能。
.
├── C# OpenCVSharp4实现图片文档自动扫描仪功能_文档自动扫描仪.rar
└── 文档自动扫描仪
├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── bin
│ └── Debug
│ ├── OpenCvSharp.Extensions.dll
│ ├── OpenCvSharp.Extensions.xml
│ ├── OpenCvSharp.dll
│ ├── OpenCvSharp.xml
│ ├── System.Buffers.dll
│ ├── System.Buffers.xml
│ ├── System.Drawing.Common.dll
│ ├── System.Memory.dll
│ ├── System.Memory.xml
│ ├── System.Numerics.Vectors.dll
│ ├── System.Numerics.Vectors.xml
│ ├── System.Runtime.CompilerServices.Unsafe.dll
│ ├── System.Runtime.CompilerServices.Unsafe.xml
│ ├── dll
│ │ ├── x64
│ │ │ ├── OpenCvSharpExtern.dll
│ │ │ └── opencv_videoio_ffmpeg455_64.dll
│ │ └── x86
│ │ ├── OpenCvSharpExtern.dll
│ │ └── opencv_videoio_ffmpeg455.dll
│ ├── 文档自动扫描仪.exe
│ ├── 文档自动扫描仪.exe.config
│ └── 文档自动扫描仪.pdb
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── 文档自动扫描仪.Form1.resources
│ ├── 文档自动扫描仪.Properties.Resources.resources
│ ├── 文档自动扫描仪.csproj.AssemblyReference.cache
│ ├── 文档自动扫描仪.csproj.CoreCompileInputs.cache
│ ├── 文档自动扫描仪.csproj.FileListAbsolute.txt
│ ├── 文档自动扫描仪.csproj.GenerateResource.cache
│ ├── 文档自动扫描仪.exe
│ └── 文档自动扫描仪.pdb
├── packages.config
└── 文档自动扫描仪.csproj
10 directories, 43 files