comparing the values

조회 수: 2 (최근 30일)
kash
kash 2012년 3월 3일
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

답변 (1개)

Image Analyst
Image Analyst 2012년 3월 3일
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
kash
kash 2012년 3월 5일
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 2012년 3월 5일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Reporting and Database Access에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by