OpenCV : Storage block size is too small to fit the sequence elements in read_csv

asked 2014-09-21 05:59:00 -0600

jcv gravatar image

updated 2014-09-22 15:15:12 -0600

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!

edit retag flag offensive close merge delete

Comments

what is your problem here?

Balaji R gravatar imageBalaji R ( 2014-09-22 05:29:22 -0600 )edit

I updated my qustion... Thank you for suggest me that is not clear what is probelm :)

jcv gravatar imagejcv ( 2014-09-22 05:44:22 -0600 )edit