在C++ 中讀寫 CSV的辦法
細節就看看 source code吧
2016年8月31日 星期三
2016年4月13日 星期三
Non local means filter
同樣都是去掉雜訊的方法
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)
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)
2016年3月17日 星期四
訂閱:
文章 (Atom)