Do I have to perform Image normalization before division ?
1 次查看(过去 30 天)
显示 更早的评论
Hi all
I am trying to estimate left ventricle ejection fraction 'LVEF' from two images derived from a seriese of images (maximum and minimum image). The LVEF is calculated by:
LVEF = (max image - minimum image)/ maximum image. *
*Please note that maximum and minimum iamges have different grey values and different pixel counts.
Do I have to do image normalisation before doing this calculation?. I there any consideration that i should take into account before dividing images to extract a parameter ?.
Best,
Ahmad
2 个评论
Walter Roberson
2021-2-7
It depends what kind of image normalization you are referring to, but Probably Yes, image normalization would be needed if you are dealing with optical images.
If you are dealing with readings for non-optical sensors, then whether you need to normalize or not depends on the technology involved.
回答(1 个)
Walter Roberson
2021-2-7
The implication of doing that kind of calculation is that when the ventricle is in one state, the density of the muscle blocks the radiation source more than when ventricle is in the other state when the ventricle is open with blood.
And that in turn implies that different patients might have different densities or different amounts of (whatever) to go through, and that therefore the numbers being seen are not absolute numbers but rather relative numbers. Or perhaps the numbers are absolute numbers (e.g., a particular brightness might represent a particular absolute radiation count), but that the significance of the numbers are relative.
When you have relative numbers or numbers of relative significance, then you should normalize.
When you have numbers of absolute significance you probably should not normalize.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!