Info

This question is closed. Reopen it to edit or answer.

loading the data

1 view (last 30 days)
kash
kash on 29 Feb 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
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.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!