opencv/modules
Roman Donchenko 7ff91665cf In Java bindings, wrap version constants into functions to prevent inlining.
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.
2013-10-15 15:44:26 +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 In Java bindings, wrap version constants into functions to prevent inlining. 2013-10-15 15:44:26 +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 Merge pull request #1620 from SpecLad:record-build-type 2013-10-15 14:59:53 +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