안녕하세요.^^  평생개발자 입니다. 

오늘은 Bilateral Filtering 관해서 간단하게 정리!


Bilateral Filtering이란 Edge를 보존한 비선형 필터링이라고 말씀 드릴 수 있습니다. 다시 말해서 특징은 유지한체로 노이즈를 줄일 때 사용될 수 있습니다.

일반적으로 블러링을 취하게 되면 Edge값이 뭉개져 특징으로서 사용될 수 없게 됩니다.




http://www.coldvision.io/2016/01/21/bilateral-filtering-with-cuda-and-opencv-3-x/


Joint Bilateral Upsampling

http://johanneskopf.de/publications/jbu/index.html


Wiki Bilateral filter

https://en.wikipedia.org/wiki/Bilateral_filter


Bilateral Filtering for Gray and Color Images (참조)

http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/MANDUCHI1/Bilateral_Filtering.html#[1]





+ Recent posts