image processing,SIFT and cell array

1 次查看(过去 30 天)
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!

采纳的回答

Image Analyst
Image Analyst 2013-11-2
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.

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by