comparing the values

2 visualizaciones (últimos 30 días)
kash
kash el 3 de Mzo. de 2012
I have videos.i have converted into frames extracted feature and have a single value for each video,like these i want to take 10 videos and store those values in database,please tell how to create database and store all these values,(i have taken a query video processed and have a single value),i have to load database and want to see if the query video matches with it or not please help

Respuestas (1)

Image Analyst
Image Analyst el 3 de Mzo. de 2012
Just 10 values? Why bother with a full blown database? Why don't you just use a mat file - it would be simpler. Use save() and load().
  2 comentarios
kash
kash el 5 de Mzo. de 2012
10 values in a sense ,first i will select a video ,ten another like wise,ten i want to compare with query video
Image Analyst
Image Analyst el 5 de Mzo. de 2012
Personally I'd just use mat files and not mess with the complications that would be involved in using a database like Oracle or whatever.

Iniciar sesión para comentar.

Categorías

Más información sobre Reporting and Database Access en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by