Open Source Computer Vision Library
Go to file
Roman Donchenko 104b14e0e0 Fixed CMake warnings/bugs caused by #1670 and #1714
include() doesn't create a variable scope, so the settings of
CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting
everything included after OpenCVDetectCUDA.cmake.

Also, FindCUDA includes FindPackageHandleStandardArgs, which includes
CMakeParseArguments, which causes warnings related to policy CMP0017.
Setting it to NEW seems safe enough.
2013-10-30 16:21:50 +04:00
3rdparty Added the missing setting of HAVE_FFMPEG to true on Windows. 2013-10-25 14:22:07 +04:00
apps cmake: fix linker deps for CUDA 2013-10-16 18:34:47 +04:00
cmake Fixed CMake warnings/bugs caused by #1670 and #1714 2013-10-30 16:21:50 +04:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc Removed incorrect release of obtained colorspace. This fixes bug #3318 (updated commit for 2.4 branch) 2013-10-24 10:36:01 +02:00
include Normalized file endings. 2013-08-21 18:59:25 +04:00
modules Merge pull request #1675 from krodyush:opencl-optimization 2013-10-30 12:28:31 +04:00
platforms Removed a stray comma in the Android toolchain file. 2013-10-25 13:50:22 +04:00
samples Fix a typo 2013-10-30 10:36:28 +08: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 Fixed CMake warnings/bugs caused by #1670 and #1714 2013-10-30 16:21:50 +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