- 13 Sep, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 12 Sep, 2013 6 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
I didn't make the status part of the version variables here, because letters don't play too well with version comparison algorithms (especially with CMake's, which only supports numbers).
-
Roman Donchenko authored
-
Roman Donchenko authored
This will allow us to distinguish between regular releases, prereleases and development versions.
-
look4pritam authored
-
- 11 Sep, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 10 Sep, 2013 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
Conflicts: .gitignore doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst modules/gpu/src/match_template.cpp modules/imgproc/include/opencv2/imgproc/imgproc.hpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_precomp.hpp
-
peng xiao authored
-
pengxiao authored
Previously we incorrectly assumed data was aligned in 16 bytes, which should be 32.
-
- 09 Sep, 2013 18 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Mordvintsev authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
it conflicts with cv::detail
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 07 Sep, 2013 1 commit
-
-
Jin Ma authored
-
- 06 Sep, 2013 4 commits
-
-
lluis authored
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
begin_x[1] is not the second component of the element, but the element after the one pointed to begin_x. When begin_x points to the last element, that line overwrites data past the end of the allocation, which, during my tests, happened to contain the reference count for the matrix. Hilarity ensues.
-