Open Source Computer Vision Library
Go to file
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
3rdparty update cmake 'install' target for Windows platform 2013-10-09 17:49:10 +04:00
apps update cmake 'install' target for Windows platform 2013-10-09 17:49:10 +04:00
cmake Merge pull request #1551 from alalek:cmake_install_win 2013-10-10 18:20:35 +04:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc cmake: update install rules for doc 2013-10-09 17:49:11 +04:00
include Normalized file endings. 2013-08-21 18:59:25 +04:00
modules In Java bindings, wrap version constants into functions to prevent inlining. 2013-10-15 15:44:26 +04:00
platforms Android NDK r9 support. x64 NDK support fix for MacOS X. 2013-10-03 11:36:12 +04:00
samples cmake: revert CRT linkage option for MSVS 2013-10-09 17:49:11 +04:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore updated .gitignore 2013-09-04 11:56:44 +04:00
CMakeLists.txt cmake: revert CRT linkage option for MSVS 2013-10-09 17:49:11 +04:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
README.md Updated README.md 2013-07-30 18:51:53 +04:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

Donate OpenCV project Donate OpenCV project