Jorgen Birkler
Jorgen Birkler
In test_io.cpp the write-read test cases fails for reading PI and a small number: ``` fabs((double)tl[0] - 0.0000000000001) >= DBL_EPSILON || fabs((double)tl[2] - CV_PI) >= DBL_EPSILON || ``` Basically with...
Having some trouble compiling and run the tests. Ill try to contribute a updated test package for your review.
Some more findings: If using %g instead of %.20g fails one test case in opencv. Not really sure why. In opencv they bitbang their own doubletostring: static char* icvDoubleToString( char\*...