View full-text article in PMC Sensors (Basel). 2024 Mar 14;24(6):1864. doi: 10.3390/s24061864 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 1: Proposed Joint Bilateral Expansion. function GET_REL_SIZE (d,w,h) u←(w×fu)/d v←(h×fv)/d return u,v for each point (x,y,d) in RADAR Start from point with a larger d u,v← GET_REL_SIZE (d,w,h) for i in range(−u/2,u/2) for j in range(−v/2,v/2) Ds←||(x,y)−(x+i,y+j)|| Dr←|I(x,y)−I(x+i,y+j)| CJBF←Gσs(Ds)Gσr(Dr) as in (5) if CJBF≥Threshold do RADAR(x+i,y+j) ←RADAR(x,y) return RADAR