高斯降噪的库或代码?
.NET 中是否有用于高斯降噪的库或代码?
is there any library or code to Denoise Gaussian in .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
.NET 中是否有用于高斯降噪的库或代码?
is there any library or code to Denoise Gaussian in .NET?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您正在寻找的称为具有特定类型内核的“卷积”运算,因此您的搜索关键字可能会扩展到卷积内核。
以下是您可能需要查看的一些链接:
http://www.aforgenet.com/ Framework/features/volving_filters.html
http://www.centerspace.net/examples/nmath/visual-basic/core/convolution-example.php
http://www.codeproject.com/KB/GDI-plus/edge_detection.aspx
http://en.wikipedia.org/wiki/Gaussian_blur
What you are looking for is called a "convolution" operation with a particular type of kernel, so your search keywords might expand to convolution kernel.
Here are some links you might want to look at:
http://www.aforgenet.com/framework/features/convolution_filters.html
http://www.centerspace.net/examples/nmath/visual-basic/core/convolution-example.php
http://www.codeproject.com/KB/GDI-plus/edge_detection.aspx
http://en.wikipedia.org/wiki/Gaussian_blur