**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
5天前关闭。
Improve this question
我有下面的图像:
我想去除这个图像中的一些噪声。我已经尝试过使用OpenCV和下面的代码:
cv2.fastNlMeansDenoisingColored(image_sharp, None, 2, 10, 7, 20)
然而,返回给我的图像看起来完全相同:
有人有什么建议吗?
1条答案
按热度按时间bwitn5fc1#
您可以在Python/OpenCV中进行除法规范化。
输入:
结果: