Image reconstruction with averaging filters

3 ビュー (過去 30 日間)
vivek
vivek 2017 年 8 月 1 日
I am trying to reconstruct images for change detection which contain some vertical line spaces (periodic pattern) / some random pattern and some open areas.I have some ideas for creating a vertical filter with masks which works well for the periodic pattern.ex mask = ones(9,1); mask(3:7)=0; ref1 = conv2(tt,mask,'same')/4; Is there a simple method for creating a filter for the random pattern and gradient regions.

回答 (0 件)

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by