Hello.
I need to output Mat data to csv file. I remember doing it with function format(matrix, "csv"). That formats matrix data to string using csv format. But now using OpenCV 3.0 alfa build I get error for this function in Visual Studio, saying something about wrong parameters. Is this functionality gone from OpenCV?
Thank you :)