Hi
please, any one help me to solve my peoblem:
I have struct of array containing image file name and color histogram and save it in mat file. How can I use this file in pascal program
Hi
please, any one help me to solve my peoblem:
I have struct of array containing image file name and color histogram and save it in mat file. How can I use this file in pascal program
You'll find a description of the MAT file format here. But, if you have the choice you'll probably find it easier to save your data in an ASCII file and read that in Pascal, or even some image file format.