reading image from database mysql
Afficher commentaires plus anciens
a'm doing face recognition system and need to know how to read images which stored in my sql database when i select image from database table it show the image size only but can see image
Réponses (1)
Piyush Kumar
le 27 Sep 2024
0 votes
Check these links which talk about BLOB (Binary Large Object) data type and how to work with BLOB in Python and MATLAB -
- https://www.mysqltutorial.org/mysql-basics/mysql-blob/
- https://www.mysqltutorial.org/python-mysql/python-mysql-blob/
- https://www.mathworks.com/matlabcentral/answers/243412-blob-and-clob-using-sql-query
There are examples on the links which provide step-by-step guidance.
Catégories
En savoir plus sur Database Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!