0

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

4

1 回答 1

2

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

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

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

于 2011-04-15T19:41:41.083 回答