• MYLS's avatar
    Split `cvWriteRawData_Base64` into three functions · 7c92ee2e
    MYLS authored
    The three new functions:
    
    ```cpp
    void cvStartWriteRawData_Base64(::CvFileStorage * fs, const char* name,
    int len, const char* dt);
    void cvWriteRawData_Base64(::CvFileStorage *
    fs, const void* _data, int len);
    void
    cvEndWriteRawData_Base64(::CvFileStorage * fs);
    ```
    
    Test is also updated. (And it's remarkable that there is a bug in
    `cvWriteReadData`.)
    7c92ee2e
Name
Last commit
Last update
..
ocl Loading commit data...
test_arithm.cpp Loading commit data...
test_concatenation.cpp Loading commit data...
test_conjugate_gradient.cpp Loading commit data...
test_countnonzero.cpp Loading commit data...
test_downhill_simplex.cpp Loading commit data...
test_ds.cpp Loading commit data...
test_dxt.cpp Loading commit data...
test_eigen.cpp Loading commit data...
test_hal_core.cpp Loading commit data...
test_intrin.cpp Loading commit data...
test_intrin_utils.hpp Loading commit data...
test_io.cpp Loading commit data...
test_ippasync.cpp Loading commit data...
test_lpsolver.cpp Loading commit data...
test_main.cpp Loading commit data...
test_mat.cpp Loading commit data...
test_math.cpp Loading commit data...
test_misc.cpp Loading commit data...
test_operations.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_ptr.cpp Loading commit data...
test_rand.cpp Loading commit data...
test_rotatedrect.cpp Loading commit data...
test_umat.cpp Loading commit data...
test_utils.cpp Loading commit data...