How can I can determine local region in the imag
Mostra commenti meno recenti
Hi ALL;
How can I can determine local regions in the image (like in the below image) for extaract some local features from each sub region sepearatly,please could anyone provide matlab code to do this job

,thanks to All
Risposte (1)
Image Analyst
il 19 Feb 2014
0 voti
You can use regular indexing, or use mat2cell(). Both are shown in the FAQ with code examples: http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F
2 Commenti
hamed abdulaziz
il 19 Feb 2014
Image Analyst
il 20 Feb 2014
I'm not sure what you're asking. Inside the loop it gives you the subimage. You can then do whatever you want with it, such as passing it to a function that does whatever you want with it, such as some custom code to extract features (like you said). What do I have to adapt/change for you? Just put in a single line to call your feature finding function.
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!