Detailed description
It seems like the operator * API has been removed from FileStorage. How can I use cvWriteComments with FileStorage?
It works in OpenCV3.4.1.
Now it shows error illegal indirection and “cvWriteComment” identifier not found
Steps to reproduce
FileStorage outFile(outfilepath, FileStorage::WRITE);
cvWriteComment(*outFile, "Vertices data of the Triangulation", 0);