extract feature vector matrix for neural network
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hello i want to extract SIFT features from each face for face recognition using neural networks. When i am running the code given at official SIFT website :
[image, descriptors, locs] = sift('1.pgm');
I am getting three matrices
image 58x128 double
descriptors 112x92 unit8
locs 58x4 double
What should I choose as a feature vector for my neural network ?
2 comentarios
Greg Heath
el 24 de Jun. de 2016
If you have 58 images what do the numbers
112 and 92 represent ???
Greg
Respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows 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!