Skip to main content
. 2021 Apr 8;21(8):2622. doi: 10.3390/s21082622
Algorithm 1: Terrain Simplification: Calculate SFV
Require: hij(xi,yj)>0,hijH
Ensure: SFVØ
1: V0
2: for i=1 to a do
3: for j=1 to a do
4:  for  k=1 to hij
5:   V(i,j,k)1
6:  end for
7: end for
8: end for
9: FVisosurface(V)
10: SFVreducepatch(FV,ratio)