Hi there,
I'm trying to put CvSeq data into a database (rdbms like mysql). Right now, what I could do is to store it in a file, here's what I do :
- Filling a CvSeq with CvExtractSurf
- Saving to file with CvSave
But I'd like to store it in a DB instead of a File, so I guess there's a trick to read the CvSeq structure and fill a DB table with the values.
But when I try to read it using CvSeqReader, I don't get same values as stored in the file.
Any thoughts ?