loading the data
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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
0 件のコメント
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!