• Alex Leontiev's avatar
    Simplify printing procedures · 33e7640f
    Alex Leontiev authored
    Use opencv's print() procedure in place of my own procedures to output
    matrices and std::vectors.
    
    Interestingly enough, operator<< does not work for matrices, when called
    from my .cpp files in src/ subfolder of the optim module, although it
    works when called from tests and stand-alone programs, compiled with
    opencv. I think, this requires investigation and, maybe, bug report.
    33e7640f
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...