Skip to main content
. 2016 May 14;16(5):700. doi: 10.3390/s16050700
Algorithm 1 Probabilistic Map Generation.
  • MAPempty

  • for i[0,N] do

  •    PCIfilter(PCI)

  •    PCIalign(PCI)

  •    PCIvoxel(PCI)

  •    addToHistory(PCI)

  • end for

  • for pointinPCi do

  •    if pointinPCiwithi[0,N] then

  •       MAP add point

  •    end if

  • end for