Name
Last commit
Last update
3rdparty fixed some warnings from xcode
data removed extra dashes from XMLs to make them standard-compilant (ticket 375)
doc fixed pdflatex compile error
include added universal opencv header
interfaces "atomic bomb" commit. Reorganized OpenCV directory structure
modules minor
samples modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one
tests minor fix
utils "atomic bomb" commit. Reorganized OpenCV directory structure
CMakeLists.txt --no commit message
OpenCVConfig.cmake.in removed opencv_gpu from OpenCVConfig.cmake.in
OpenCVFindLATEX.cmake "atomic bomb" commit. Reorganized OpenCV directory structure
OpenCVFindOpenEXR.cmake trying to repair OpenEXR detection
OpenCVFindPkgConfig.cmake "atomic bomb" commit. Reorganized OpenCV directory structure
OpenCVInstallRequiredSystemLibraries.cmake "atomic bomb" commit. Reorganized OpenCV directory structure
OpenCVModule.cmake adjust the path in the installed dynamic libraries on MacOSX via INSTALL_NAME_DIR.
OpenCVPCHSupport.cmake turn off PCH support for GCC 3.x
Package.cmake.in "atomic bomb" commit. Reorganized OpenCV directory structure
README testing commit
cmake_uninstall.cmake.in "atomic bomb" commit. Reorganized OpenCV directory structure
cvconfig.h.cmake do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV
opencv.pc.cmake.in Fixed typo in pkgconfig file