opencv/modules/core
Alexander Alekhin dd9da53860 disable String(int) ctor
MSVC and GCC compilers interprets cv::String a(0) as a valid
statement with conversion of "int" argument to "const char*".
This patch forbids this expected behaviour.
2015-09-27 14:54:11 +03:00
..
doc Update cuda.markdown 2015-06-02 14:34:15 +01:00
include/opencv2 disable String(int) ctor 2015-09-27 14:54:11 +03:00
misc/java Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 2015-05-19 13:30:18 +03:00
perf UMat: add perf test for custom ptr 2015-09-03 10:48:07 +03:00
src fix wrong parsing of values containing '=' 2015-09-24 17:27:07 +02:00
test fix wrong parsing of values containing '=' 2015-09-24 17:27:07 +02:00
CMakeLists.txt fallback path & sample timing implemented 2015-09-04 02:42:49 +03:00