Skip to main content
. 2020 Jun 3;7(3):034002. doi: 10.1117/1.JMI.7.3.034002

Algorithm 2.

Statistical analysis of dose distribution on body area.

Input: Dose distribution UV, triangulated 3D body model G
Loop: Face fi in G
A(i)=area[fi(1),fi(2),fi(3)]
D(i)=mean{UV[fi(1)],UV[fi(2)],UV[fi(3)]}
end Loop
Output:A as the arrays of area for all faces, D as the dose value for all faces.