我一直在研究PIL,以对(乳房上的)灰度医学图像执行图像处理,以便可以更生动地看到微钙化簇。到目前为止,这是我当前的发现:
(1) Original (2) With invert, auto contrast and posterise applied (3) The yellow circled areas are the location of the clusters 所以我想知道,对于这种图像,是否有更好的图像处理方法来突出钙化簇?因为我将需要使用它们来生成图以显示它们的分布模式。任何建议将不胜感激。
答案 0 :(得分:0)
我来看看scikit-image。这是用于此类图像处理的出色库。第一个链接是文档,第二个链接是关于自适应直方图均衡化的特定页面,这可能对您有用。
http://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html