当前位置: 代码迷 >> 综合 >> Whole Slide Image Process and tools-医学图像
  详细解决方案

Whole Slide Image Process and tools-医学图像

热度:98   发布时间:2023-09-18 13:54:58.0

在处理医学图像时经常会遇到切片染色不均衡问题,这也很容易理解,每个医生染色的剂量不同,容易造成颜色深浅不一。所以为了避免颜色不均衡给模型带来误差,通常会使用了一些颜色标准化工具来平衡不同病理图片颜色不一的问题。

https://staintools.readthedocs.io/en/latest/index.html   官方说明

代码调试:

查看官方资料,将spams.trainDL中的iter参数调整,得出的图像与模板图一致,接下来重新去测试find-roi和分类等流程

参考的链接:spams官网

http://spams-devel.gforge.inria.fr/doc-python/html/index.html

SPCN中主要的两个函数:Function spams.trainDL   和  Function spams.lasso

调整了trainDL中的参数iter(参见源码样例demo http://spams-devel.gforge.inria.fr/doc-python/html/doc_spams004.html

 

工具:

StainTools

Tools for stain normalization and augmentation in Python (tested on 3.5). GitHub:
https://github.com/Peter554/StainTools

好用的,希望对大家有帮助

 

 

  相关解决方案