loading the data
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have converted video into frames extraced the features and used
J = blkproc(I,[64 64],fun);I is frame
[m, p, DistHist]=vqsplit(J,2),now i want to store the value of DistHist in a database,because i have to take many videos as input and store these DistHist values in database,Next i have to take query video find Disthist and have to compare with thgose values stored in database.
please tell how to load DistHist values in Database
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!