loading the data
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!