- 22 Mar, 2013 4 commits
-
-
Misty De Meo authored
Mac OS X 10.7 and newer don't come with Java installed. They do include some stub binaries, which ask the user if they want to install Java when run. OpenCV's cmake script just checks for the existence of an ant binary and assumes that Java's available if ant is. As a result, cmake will configure the build to use Java and it will fail once it tries to compile the Java bindings. This fixes the issue by checking for the exit status of `ant -version` - it exits 0 if Java is installed, or 1 otherwise.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
berak authored
exclude IlmImf/b44ExpLogTable.cpp from the build, it's used originally to generate IlmImf/b44ExpLogTable.h, but not nessecary for the library.(probably only here for documentation when included with static linking it introduces a problem with multiple definitions of main()
-
- 21 Mar, 2013 35 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
Move OpenCL SURF to nonfree module
-
Andrey Kamaev authored
Fixed wrong index in prefilterXSobel function
-
Andrey Kamaev authored
added test for bug #1448 and hopefully fixes the bug #2898
-
Andrey Kamaev authored
GPU test fixes
-
Andrey Kamaev authored
repaired std::string handling
-
Andrey Kamaev authored
-
Dong Nguyen authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
1. Added more sync to reduction. 2. Turned off Image2D feature. Probably its support is not detected correctly. 3. Temporary disabled descriptor tests - can't localize a problem of the ocl descriptor.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
cuda-geek authored
-
- 20 Mar, 2013 1 commit
-
-
Jonathan Bohren authored
-