opencv/modules
Roman Donchenko 5bb6949bd6 Fix running Java tests with run.py on everything other than Windows.
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.
2013-10-16 19:22:01 +04:00
..
androidcamera Normalized file endings. 2013-08-21 18:59:25 +04:00
calib3d Normalized file endings. 2013-08-21 18:59:25 +04:00
contrib hortening the file names (HighDynamicRange -> HDR) 2013-09-26 17:06:06 +04:00
core Fixed typo in document. 2013-10-14 23:23:59 +08:00
features2d remove CV_EXPORT from templates 2013-09-15 13:48:54 +04:00
flann Silenced a few -Wcast-align warnings in the headers. 2013-09-12 12:33:56 +04:00
gpu added missing gpu::matchTemplate implementation for non-CUDA build 2013-09-09 10:51:44 +04:00
highgui update cmake 'install' target for Windows platform 2013-10-09 17:49:10 +04:00
imgproc ocl: fix warnings from GCC 4.8, update Haar 2013-10-11 18:42:17 +04:00
java Fix running Java tests with run.py on everything other than Windows. 2013-10-16 19:22:01 +04:00
legacy Android NDK r9 support. x64 NDK support fix for MacOS X. 2013-10-03 11:36:12 +04:00
ml svm: disable failed tests 2013-10-07 18:17:10 +04:00
nonfree ocl: remove support_image2d(): we target on OpenCL 1.1 (with image2d support by default) 2013-10-11 17:16:03 +04:00
objdetect Normalized file endings. 2013-08-21 18:59:25 +04:00
ocl replaced to_string by cv::format 2013-10-15 13:26:01 +04:00
photo Normalized file endings. 2013-08-21 18:59:25 +04:00
python cmake: python module updates 2013-10-09 17:49:11 +04:00
stitching Normalized file endings. 2013-08-21 18:59:25 +04:00
superres ocl: move program names into opencl_kernels.hpp 2013-10-03 19:50:14 +04:00
ts Fix running Java tests with run.py on everything other than Windows. 2013-10-16 19:22:01 +04:00
video Normalized file endings. 2013-08-21 18:59:25 +04:00
videostab Normalized file endings. 2013-08-21 18:59:25 +04:00
world Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00