image processing,SIFT and cell array

1 view (last 30 days)
good morning!i am new here and my english aren't so well so forgive me for my mistakes. i am doing image processing using SIFT.i have all descriptors of all images in one matrix, but i want to separate him.i want to have the form:one picture has all of her descriptors in cell array.. my problem is that i have all my descriptors in one matrix and i dont know how to distinguish where one's picture descriptors end and where the next's one descriptors begines.is there something that i can do for this cause i have 3000 images and it's difficult to do this without a little programm or a mandate.thank you!

Accepted Answer

Image Analyst
Image Analyst on 2 Nov 2013
I don't understand. If you put all of your descriptions for image 1 in element 1 of cell array, and all of your descriptions for image 2 in element 2 of cell array, and so on, then how can you be getting confused over where each image's descriptors are stored? The nth image's descriptors will be stored in the nth cell of your cell array.

More Answers (1)

Nitin
Nitin on 2 Nov 2013
Try posting your code of what you have done so far and which part you need help.Otherwise the question is too vague ...

Community Treasure Hunt

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

Start Hunting!