image resampling to higher resolution
2 views (last 30 days)
Show older comments
I have to compare the dose2water stored in two matrices (attached in MatLab format). The scoring component is a cylindrical water phantom. The dose is binned in pixels defined through dividing the cylinder radius and height.
" PBDosePre.mat" size is 400x224 R bins not uniform step, 224 bins, attached "Rtick.mat" Z bins uniform step = 0.25 cm, 400 bins, attached "Ztick.mat"
" PBDoseCur.mat" size is 800x400 R bins uniform step = 0.1 cm, 400 bins Z bins uniform step = 0.1 cm, 800 bins
In order to compare the two matrices I have to resample "PBDosePre.mat" to get values on a 800x400 grid conserving the total dose. How can I do that ?
Both matrices will br log10 converted to avoid deling with very small numbers. Maybe they have to be normalized to their respective total dose before comparison ?
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!