How do I creating a database of image files that is accessible from MATLAB?

조회 수: 2 (최근 30일)
I need to create a database of some image files and I also need to read the database by using MATLAB code.
  댓글 수: 3
Jiro Doke
Jiro Doke 2011년 1월 31일
And what exactly do you mean by "database"? A JDBC or ODBC database? Or just a catalog of information that is stored in some format?
Siddharth Shankar
Siddharth Shankar 2011년 2월 1일
The correct subject line for this question should be: "How do I store and retrieve image data from a database <insert database name here>". Please post questions with more descriptive titles.

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

답변 (1개)

Siddharth Shankar
Siddharth Shankar 2011년 1월 31일
You could store the image data into a database as a BLOB (Binary Large Object). I know you can do this in MySQL, you need to check if its possible in your specific database. You would need the Database Toolbox to insert / extract these BLOBs into your database.
  댓글 수: 2
Walter Roberson
Walter Roberson 2011년 1월 31일
Recently I pointed to an ActiveX control that could handle Blobs without needing the Database Toolbox in itself.
Siddharth Shankar
Siddharth Shankar 2011년 2월 1일
That's great Walter, feel free to post it as another answer for this question.

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

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by