diffusion model for 2D images
8 次查看(过去 30 天)
显示 更早的评论
I have a discussion with Image Processing researcher about using diffusion model for 2D images:
He said ... "the anti-concentration diffusion model is wrong for 2D digital subtraction angiography DSA images. Because in 2D, pixel-values (concentration) are summations in depth, and small distances in 2D can be large in 3D."
I said that 2D DSA images suffer from intensity inhomogeneity and we can apply diffusion models to correct intensity inhomogeneity problem.
What do you think?
0 个评论
回答(1 个)
Bjorn Gustavsson
2014-10-1
If I get this right...
Linear diffusion you can calculate by straightforward convolution with a Gaussian kernel, and that operation should commute with the integration along the lines-of-sight your imaging system does. If you start doing non-linear diffusion this will no longer be true - you would not get the same result if you first did a non-linear diffusion of the 3-D object and then imaged that, as if you first imaged the 3-D object and then did non-linear diffusion on that. So it depends on what type of diffusion you do. This is resting on the fact that the diffusion is done with a Gaussian kernel and that those are separable. This means that you can separate the diffusion perpendicular to and along the lines-of-sight.
HTH
1 个评论
Bjorn Gustavsson
2014-10-2
Except for the case where DSA-images are of the same kind as X-ray tomography - then its different.
另请参阅
类别
在 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!