OpenCV : Storage block size is too small to fit the sequence elements in read_csv
Hello!
i have a very huge files, about 800MB and when I try to run opencv i got error in title... Does someone know how to reslove this?
More explanation of problem :
I have csv file which represents image (csv contain numbers which represent image - data from Mat object). I must read that file in my program and make Mat object from them. For that, I use CvMLData and read_csv function. Whan I have small csv file ( so that is small image) everything works fine. But, if I try to load big csv (for example 100-200MB ) I got : OpenCV Error: One of arguments' values is out of range (Storage block size is too small to fit the sequence elements) in cvSetSeqBlockSize
I don't know how to make my program to work with big csv files... I comment all other code and I have only call of read_csv in my file, and got that error, so no other part of code could couse this error .. :(((
Thanks!
what is your problem here?
I updated my qustion... Thank you for suggest me that is not clear what is probelm :)