How to match histogram of set of medical images?

ε祈祈猫儿з 提交于 2019-12-08 14:11:01

问题


I have medical images of 100 patients (100 stacks of MRIs) and I want to do histogram matching on them using this Matlab function

B = imhistmatch(A,ref)

How can I choose ref patient MRI (as reference volume)? since the number of slices between patients varies, how can I perform histogram matching?

I am hoping someone here can recommend a solution that explains the process in a way that I can use or share any code. Thanks

来源:https://stackoverflow.com/questions/43741287/how-to-match-histogram-of-set-of-medical-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!