- 15 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Epoch is gone; now the version component names in C++ and CMake are consistent (except REVISION corresponds to PATCH).
-
- 06 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Conflicts: modules/java/generator/src/cpp/VideoCapture.cpp
-
- 30 Oct, 2013 1 commit
-
-
Alexander Smorkalov authored
New version of Java wrappers' generator uses different wrappers for VideoCapture on Android and desktop to prevent binary compatibility issues.
-
- 15 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Java inlines static finals if they're defined with a constant expression. In case of version constants we don't want that to happen, since they obviously change from version to version. If the user substitutes a different OpenCV jar without recompiling, we want user code to still have relevant values for the version constants. This arranges that by turning constant values into function calls, which no longer count as a constant expression.
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 19 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
Typo breaks debug build for Android platform.
-
- 13 Aug, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
- enable auto-wrap of VideoCapture; - minor refactoring of generated code templates.
-
- 10 Jun, 2013 1 commit
-
-
Andrey Pavlenko authored
'dst' should be treated as an input arg (epilog not needed)
-
- 11 Apr, 2013 1 commit
-
-
Roman Donchenko authored
Also, removed the one from modules/python/src2/cv.py and cleared its executable bit, since it's not a script.
-
- 09 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
* Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray
-
- 26 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 28 Feb, 2013 3 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 26 Feb, 2013 1 commit
-
-
alegarda authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 23 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
Common part of all source files is extracted to special header
-
- 30 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 17 Sep, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
Based on pull request #31 (thanks to Eric Christiansen) Support for Java is turned off by default and can be enabled setting BUILD_opencv_java to ON (e.g. cmake -DBUILD_opencv_java=ON ..)
-
- 06 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Jun, 2012 3 commits
-
-
Marina Kolpakova authored
-
Marina Kolpakova authored
-
Marina Kolpakova authored
-
- 21 Jun, 2012 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 20 Jun, 2012 3 commits
-
-
Andrey Kamaev authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 30 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 29 May, 2012 1 commit
-
-
Andrey Kamaev authored
-