How to write the output image of an Opencv program in an excel sheet
Hi All, I'm working on Template matching program using OpenCV . I want to save the Result image in an excel sheet. How to call a excel sheet from a opencv program?
Thanks, Manimaran
There is no straight way to do that in OpenCV ;)
OpenCV is standard C++. Try out some C++ libs for read/write xls and link it with your application