image processing,SIFT and cell array
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
XRYSANTHI
el 1 de Nov. de 2013
Respondida: Image Analyst
el 2 de Nov. de 2013
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!
0 comentarios
Respuesta aceptada
Image Analyst
el 2 de Nov. de 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.
0 comentarios
Más respuestas (1)
Nitin
el 2 de Nov. de 2013
Try posting your code of what you have done so far and which part you need help.Otherwise the question is too vague ...
0 comentarios
Ver también
Categorías
Más información sobre SIFT - Scale Invariant Feature Transform en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!