opencv/modules/core
Roman Donchenko fc49d33c8d Gave cv::String appropriate += operators.
Note that since String is a reference to an immutable string,
this doesn't actually change the string; it just replaces *this
with a reference to the concatenated string.
2013-11-22 17:58:40 +04:00
..
doc hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 2013-10-22 17:41:28 +04:00
include/opencv2 Gave cv::String appropriate += operators. 2013-11-22 17:58:40 +04:00
perf Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-09-02 19:44:51 +04:00
src eliminated warning C4267 2013-11-21 18:27:07 +04:00
test updated patch to bring in the first functions with "transparent API" 2013-11-18 11:48:00 -05:00
CMakeLists.txt Merge remote-tracking branch 'upstream/2.4' into merge-2.4 2013-10-15 20:08:52 +04:00