Skip to main content
. 2018 May 29;18(6):1749. doi: 10.3390/s18061749
Algorithm 3: Obstacles extraction.
INPUT:  the average height of line hij, Vti1 and ti.
OUTPUT: OLi and RLi
OLi=RLi=
01 when ti>t0
02  if lenit>lmin
03   if |hij|>ξh
04   if D(SpitW,Vti1)>ξi or D(EpitW,Vti1)>ξi
05    OLi=OLilij
06   end
07   RLi=RLilij
08  end
09  RLi=RLilij
10  end
11 end
return OLi and RLi