• Matt Bennett's avatar
    Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint · c3a8db6d
    Matt Bennett authored
    Append zero to trailing decimal place for FileStorage JSON write of a float or double value (#7952)
    
    * Fix for FileStorage JSON write of a float or double value that has no fractional part; appends a zero character after the trailing decimal place to meet JSON standard.
    
    * strlen return to size_t type rather than unnecessary cast to int
    c3a8db6d
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
misc/java Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...