我需要实现一个算法,使模糊图像增强,但我找不到任何实现开始。你能给我指出一些(谷歌搜索没有成功)吗?
发布于 2012-02-01 02:23:53
contrast intensification example是经典的,因为它是模糊逻辑在图像处理中最直接的应用之一。
下面是一个使用Mathematica的代码片段:http://www.wolfram.com/products/applications/fuzzylogic/examples/processing.html
https://stackoverflow.com/questions/4603433
复制相似问题