Skip to main content
. 2016 Oct 13;122(3):542–557. doi: 10.1007/s11263-016-0961-y

Fig. 4.

Fig. 4

Non-maximum suppression: we utilise the Matlab function ‘findpeaks’ as a reference implementation for non-maximum suppression. That is, from a local maximum on D(u,σ), the horizontal distance to D(u,σ) is measured to define left and right intervals minL=minintervalL(D(u,σ)),minR is defined likewise. Subsequently, max(minL,minR) is taken as a reference level. The prominence of each local maximum is then computed as the difference between the value of D(u,σ) at the local maximum and the reference level. Low prominence peaks are suppressed. If either interval reaches the end of the signal, we set its minimum to be zero