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