1. 程式人生 > >《雙邊濾波》

《雙邊濾波》

  雙邊濾波(Bilateral Filtering )在影象處理當中有著廣泛的應用,它是一種非線性濾波能夠保持邊緣,達到降噪平滑處理的效果,並且不會對深度圖的輪廓產生影響。在人臉識別當中,對於有些資料庫由於拍攝時的影響,得到的資料集在進行人臉識別訓練或者是測試的時候產生不好的影響,就需要使用雙邊濾波的方法進行影象的處理.目前看到的論文大多數採用的就是雙邊濾波。

 

參考:

[1]C. Tomasi and R. Manduchi. Bilateral filtering for gray and color images. pages 839–846, 1998

相關部落格參考:

https://blog.csdn.net/xs1997/article/details/78169692

https://blog.csdn.net/jia20003/article/details/7740683

https://blog.csdn.net/dangchangying/article/details/14451963

http://blog.sina.com.cn/s/blog_734f70550102wof2.html

 

參考原始碼:

 https://github.com/nuwandda/Bilateral-Filter/blob/master/bilateral_filter.py

https://github.com/aditya-vora/image-abstraction

https://github.com/hemanthbd/Bilateral-Filter/blob/master/Bilateral_Filter/BilateralFilter.py

https://github.com/jameshiew/coursework-bilateral-filter/blob/master/main.py