Ask Your Question

jcv's profile - activity

2014-09-22 15:10:38 -0600 received badge  Editor (source)
2014-09-22 05:44:22 -0600 commented question OpenCV : Storage block size is too small to fit the sequence elements in read_csv

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

2014-09-21 06:32:09 -0600 commented question Training Boost clasifier with CvMLData

Can you tell me which changes did you do to make program run? I have the same problem but I don't know how to reslove it :(

2014-09-21 05:59:00 -0600 asked a question 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!