Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv data to excel through xml storage?

I want to take some information from opencv program and then store them in a file that after can be read though microsoft excel progam or even thourgh openoffice and libreOffice.

the information that I need is a char variable that takes a value from a funtion that I wrote, and the other variable is double and represents a property that i take from the VideoCapture Class.

In the excel format I want to have a 2 row table that in the first position should be the videoCapture propery(timestamp) and the other row to have the value of the char that I want.

My question is if this can happen though saving my data in a .xml or .yml format that I can do with the use of Opencv FileStorage Class in a way that my file is ready for reading through excel.

Anybody has any idea how do i need to save my data in the xml file ready to read from excel??

Thanks in advance for any idea

click to hide/show revision 2
No.2 Revision

How to save opencv data to excel through xml storage?in Excel format?

I want to take some information from opencv program and then store them it in a file that after later can be read though by microsoft excel progam program or even thourgh by openoffice and libreOffice.

the The information that I need to save is a char variable that takes a value from a funtion function that I wrote, and the other variable is double and represents a property that i I take from the VideoCapture Class.VideoCapture class.

In the excel format I want to have a 2 row column table that in the first position should be the videoCapture propery(timestamp) and the other row column to have the value of the char that I want.

My question is if this can happen though saving my data in a .xml or .yml format that I can do with the use of Opencv FileStorage Class OpenCV FileStorage class in a way that my file is ready for reading through by excel.

Anybody has any idea how do i I need to save my data in the xml file ready to read from excel??

Thanks in advance for any idea