Algorithm 2: Vascular tree reconstruction | |
begin | |
Initialize D(0) by the Euclidean distance between any pair of vertices in
![]() | |
while fc(D(k)) – fc(D(k+1)) > ε do | |
/*Optimize connections at vertices in each category, refer (5) | */ |
for Category = 1 to 3 do | |
Update the tree by RMST(D(k)); | |
Calculate { } for the current category; | |
Sort
to select
![]() | |
Update D(k) → D(k+1) by (12); | |
![]() | |
end |