Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vadim Pisarevsky c5e3869c32 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
3rdparty 1) NPP_staging as sources. Binaries removed. 14 years ago
android Linking order for android. 14 years ago
data removed extra dashes from XMLs to make them standard-compilant (ticket 375) 15 years ago
doc Updated doc 14 years ago
include removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst(). 14 years ago
interfaces
modules replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
samples refactored GPU performance sample, added filter suport 14 years ago
tests created GPU new-style test project, ported StereoBP test 14 years ago
CMakeLists.txt default target arch modified 14 years ago
OpenCVConfig.cmake.in some more fixes for the static library configuration 14 years ago
OpenCVFindIPP.cmake fix issue in IPP search algorithm (when no IPPROOT available in system and IPP is installed) 14 years ago
OpenCVFindLATEX.cmake
OpenCVFindOpenEXR.cmake opencv_zlib renamed back to zlib; make static libs work on Windows 14 years ago
OpenCVFindOpenNI.cmake added messages to CMake log; fixed sample 14 years ago
OpenCVFindPkgConfig.cmake
OpenCVInstallRequiredSystemLibraries.cmake
OpenCVModule.cmake reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
OpenCVPCHSupport.cmake
Package.cmake.in include 3rdparty/lib/* into the source package for Windows 14 years ago
README test commit emails 14 years ago
cmake_uninstall.cmake.in
cvconfig.h.cmake forgot to commit cvconfig.h.cmake 14 years ago
opencv.pc.cmake.in added opencv_flann to pkg-config script for opencv 14 years ago

README

See http://opencv.willowgarage.com