how can we extract intensity information from an image by making use of overlapping blocks..can u give the code for it...or which function should i use?
1 回表示 (過去 30 日間)
古いコメントを表示
extraction of intensity information from an input image by dividing it in many overlapping blocks..
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 1 月 26 日
You can use blockproc() with a negative bordersize property. I've posted examples recently for non-overlapping processing. If they overlap by a lot, so that the window moves only 1 pixel each time, then you can use conv2().
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!