Splitting an image into smaller regions
11 ビュー (過去 30 日間)
古いコメントを表示
hasan alhussaini
2018 年 2 月 26 日
コメント済み: hasan alhussaini
2018 年 3 月 17 日
Hi Guys,
I'm working on a code that creates an RGB descriptor for visual search. i've managed to implement the rgb descriptor on the whole image. but i wanted to experiment by splitting the same image up into smaller areas and rerun the experiment by calculating the rgb descriptor on smaller parts of the image.
the reason behind this, is because i'm using a query image against a dataset in order to find visually similar results. but if i split up my image into smaller pieces, i got a feeling it will be more accurate.
my question is, is there a function or piece of code that could help me with this?
Thanks
0 件のコメント
採用された回答
Image Analyst
2018 年 2 月 26 日
See the FAQ for 2 different ways, depending on how you want to do it.
0 件のコメント
その他の回答 (2 件)
hasan alhussaini
2018 年 3 月 17 日
4 件のコメント
Image Analyst
2018 年 3 月 17 日
So you have 2x4 = 8 total histograms, and you want to sum all the bins to get the histogram of the complete array? Well, if so, that would simply be the histogram of the entire, complete image. Why should it be any different??? Then if you sum that histogram, it's simply the sum of all pixel values. Again, why do you expect anything different?
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!