- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 31 Mar, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 29 Mar, 2013 7 commits
-
-
Dustin Spicuzza authored
-
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.(cherry picked from commit a423afdd)
-
Ryan Rawson authored
Remove weirdo unicode – and just use a normal -(cherry picked from commit 0d49de51)
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
initial optical flow was not cleaned during the second call
-
- 27 Mar, 2013 6 commits
-
-
Alexander Bohn / FI$H2k authored
The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them. (cherry picked from commit f3ee55e0)
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
peng xiao authored
-
peng xiao authored
-
peng xiao authored
-
- 26 Mar, 2013 15 commits
-
-
Andrey Pavlenko authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
peng xiao authored
-
peng xiao authored
-
Vladislav Vinogradov authored
* disabled warnings from thrust * fixed warnings from ts_gtest.h * possibly fixed superres compilation in Debug mode on Windows
-
peng xiao authored
-
peng xiao authored
Currently the function only supports wavefront size query
-
yao authored
-
yao authored
-
yao authored
-
yao authored
-
yao authored
-
peng xiao authored
-
yao authored
-
- 25 Mar, 2013 7 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Andrey Kamaev authored
added tutorial by Wolf Kienzle on using "image watch" plugin for ms visual studio
-
Andrey Kamaev authored
Enabled png and jpeg for iOS
-
Anatoly Baksheev authored
-
- 24 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-