实例介绍
【实例简介】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
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
网友评论
我要评论