同樣都是去掉雜訊的方法
non local 和 local filter 最大的區別在於
Local 方法是只和要周圍的點 (Research window 內) 的相似度做比較而決定權重
而 Non Local 方法則是另外在每個點的周圍定義一個區塊 (Patch window),
比較 Patch 與Patch 間的相似度而決定該patch 的中心點的權重
好處是比較能真實反映點與點間的相似度
數學結構與原理如下
Reference: http://www.ipol.im/pub/art/2011/bcm_nlm/?utm_source=doi
Source code (C++ with OPENCV API)
沒有留言:
張貼留言