高斯降噪的库或代码?

发布于 2024-11-02 00:07:50 字数 28 浏览 1 评论 0原文

.NET 中是否有用于高斯降噪的库或代码?

is there any library or code to Denoise Gaussian in .NET?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

罪歌 2024-11-09 00:07:50

您正在寻找的称为具有特定类型内核的“卷积”运算,因此您的搜索关键字可能会扩展到卷积内核。

以下是您可能需要查看的一些链接:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文