• Yannick Verdie's avatar
    QT new functions: · 2c923c7e
    Yannick Verdie authored
     - cvAddButton changed to match requirement
     - CV_GUI_NORMAL and CV_GUI_EXPANDED done
     - context menu with right click
    2c923c7e
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 QT new functions:
samples minor sample changes
tests reduced code convert_to by using templates, merged with copyTo
utils "atomic bomb" commit. Reorganized OpenCV directory structure
CMakeLists.txt disabled W4 warnings for GPU module.
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