- 18 Oct, 2013 4 commits
-
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
- 17 Oct, 2013 13 commits
-
-
Alexander Alekhin authored
-
Roman Donchenko authored
OpenCV 2.4.6.2 (Tegra detection and native camera update)
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Alexander Karsakov authored
folowing additional options: --enable-w32threads, --arch=i686 (for 32-bit library, workaround for http://trac.ffmpeg.org/ticket/2363)
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 16 Oct, 2013 5 commits
-
-
Alexander Alekhin authored
-
Roman Donchenko authored
Previously, run.py would assume that the opencv_java library is in the same directory as the tests, which is only true on Windows. The library path depends on the build configuration, which may not be known until the actual build (e.g. with the Visual Studio generators), so it can't be stored in the CMake cache for run.py to read. I didn't want to hardcode into run.py where the library is on each platform, either. So that's why I used the current scheme with the properties file. It also makes running the tests without run.py a little easier.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
-
- 15 Oct, 2013 10 commits
-
-
Alexander Alekhin authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
We don't use it, anyway.
-
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.
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
Because apparently I love running performance tests for debug builds.
-
Roman Donchenko authored
-
- 14 Oct, 2013 8 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Han Qiang authored
Signed-off-by: Han Qiang <a0byte@gmail.com>
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-