各向异性扩散2d图像

编程入门 行业动态 更新时间:2024-10-18 00:24:20
本文介绍了各向异性扩散2d图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想在2d图像上使用各向异性扩散。 我想使用python但不介意使用matlab或c。 我们可以使用他们的任何库作为第一步吗?我对这个主题进行了谷歌搜索,发现了Panda3D和OpenGl。 基本上我想给一组图像让它应用过滤,然后将新图像输出到我想要的文件夹。 关于如何使用这些或者你认为更好的东西的任何提示?

I want to use anisotropic diffusion on 2d images. I'd like to use python but don't mind using matlab or c. Are their any libraries I could use as a first step? I did a google search on the subject and found Panda3D and OpenGl. Basically I want to give a set of images have it apply the filtering and then output the new image to a folder I want. Any tips on how to use either of these or maybe something that you believe is better?

编辑:扩散对不起!

推荐答案

这里 我的2D / 3D各向异性(Perona-Malik)扩散的Python / numpy实现。它不如C代码快,但它对我来说很好。

Here's my Python/numpy implementation of 2D and 3D anisotropic (Perona-Malik) diffusion. It's not quite as fast as C-code, but it did the job nicely for me.

更多推荐

各向异性扩散2d图像

本文发布于:2023-06-03 12:20:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/473808.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:各向异性   图像

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!