how to save feature vector of SURF for each image and train, test it for classification to svm?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
chetna kaushal
el 2 de Ag. de 2019
Comentada: chetna kaushal
el 2 de Ag. de 2019
output for image 1: 322*64
output for image 2: 593*64
and so on the value*64 changes for each image. can anyone please help me how to save so many features and then use it for training.
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 2 de Ag. de 2019
Editada: KALYAN ACHARJYA
el 2 de Ag. de 2019
"output for image 1: 322*64
output for image 2: 593*64
and so on the value*64 changes for each image. can anyone please help me how to save so many features and then use it for training"
I am assuming you are calling Images
result=cells(1,total_images);
%................^Total result images
for i=1:total_images
%image read
result{i}= output result;
end
7 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!