Splitting an image into smaller regions
18 views (last 30 days)
Show older comments
hasan alhussaini
on 26 Feb 2018
Commented: hasan alhussaini
on 17 Mar 2018
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 Comments
Accepted Answer
Image Analyst
on 26 Feb 2018
See the FAQ for 2 different ways, depending on how you want to do it.
0 Comments
More Answers (2)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!