C# 自动调平片段?
有人见过在 C# 中自动调平图像的任何好的片段吗?
Has anyone seen any good snippets for autoleveling an image in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人见过在 C# 中自动调平图像的任何好的片段吗?
Has anyone seen any good snippets for autoleveling an image in C#?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Paint.net 的源代码可能是一个好地方翻遍各种使用 .NET 进行图像处理的示例。其实自动调平是Paint.NET的一个基本功能,你只需要把它挖掘出来即可!
The source code for Paint.net might be a good place to rummage around for various examples of image processing with .NET. In fact, auto-level is a basic feature of Paint.NET, you just need to dig it out!
对于 C# 中的图像增强和自动调平,您可以使用 EmguCV 函数。
但 imagemagick api 更好。
https://www.imagemagick.org/discourse-server/viewtopic。 php?t=25099
For Image Enhancement and Autolevel in C# you can use EmguCV functions.
But imagemagick api is better.
https://www.imagemagick.org/discourse-server/viewtopic.php?t=25099