Simplify printing procedures
authorAlex Leontiev <alozz1991@gmail.com>
Fri, 19 Jul 2013 09:34:33 +0000 (12:34 +0300)
committerAlex Leontiev <alozz1991@gmail.com>
Fri, 19 Jul 2013 09:34:33 +0000 (12:34 +0300)
commit33e7640fb07bedc47ececf580a21cfb8495ac087
tree5e6f070361516cff866733822b7b2ba9c3732372
parent459c16ca9976bec5368da29feb3c01a899847e08
Simplify printing procedures

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.
modules/optim/include/opencv2/optim.hpp
modules/optim/src/lpsolver.cpp