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 df5c60c50a added missing cv::moveWindow & cv::resizeWindow 14 years ago
..
files_Qt Qt on Windows -- in progress 15 years ago
bitstrm.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
bitstrm.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap.cpp modified capturing building ligic for iOS 14 years ago
cap_android.cpp Fixed camera output format handling 14 years ago
cap_avfoundation.mm modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 14 years ago
cap_cmu.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_dc1394.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_dc1394_v2.cpp fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
cap_dshow.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
cap_ffmpeg.cpp merged the latest fixes in 2.3 to trunk 14 years ago
cap_ffmpeg_api.hpp removed property. added automatically define number of cpus for decoding video 14 years ago
cap_ffmpeg_impl.hpp removed property. added automatically define number of cpus for decoding video 14 years ago
cap_gstreamer.cpp change state of pipeline to NULL before freeing. 14 years ago
cap_images.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_libv4l.cpp commented off debugging print in cap_libv4l.cpp (ticket #807) 14 years ago
cap_mil.cpp 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 15 years ago
cap_openni.cpp added CV_CAP_PROP_OPENNI_REGISTRATION property for getting 14 years ago
cap_pvapi.cpp Some warning fix. Initial multicast get property support 14 years ago
cap_qt.cpp fixed compile errors in cap_qt.cpp (ticket #391) 14 years ago
cap_qtkit.mm converted book samples from ch4; fixed potential alignment problems in QTKit video capturing module 14 years ago
cap_tyzx.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_unicap.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_v4l.cpp fixed compile errors on Ubuntu 11.04 14 years ago
cap_vfw.cpp 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 15 years ago
cap_ximea.cpp added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor. 14 years ago
cap_xine.cpp fixed build on Linux 15 years ago
grfmt_base.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_base.hpp propagated fix for EXR from 2.3 branch to trunk 14 years ago
grfmt_bmp.cpp updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
grfmt_bmp.hpp fixed reading of certain BMP files 15 years ago
grfmt_exr.cpp Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86) 14 years ago
grfmt_exr.hpp Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86) 14 years ago
grfmt_imageio.cpp modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 14 years ago
grfmt_imageio.hpp modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 14 years ago
grfmt_jpeg.cpp fixed multiple warnings from VS2010. 14 years ago
grfmt_jpeg.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_jpeg2000.cpp updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
grfmt_jpeg2000.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_png.cpp preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107) 14 years ago
grfmt_png.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_pxm.cpp added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
grfmt_pxm.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_sunras.cpp updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
grfmt_sunras.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_tiff.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
grfmt_tiff.hpp Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert) 14 years ago
grfmts.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
loadsave.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
makeswig.sh "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp modified capturing building ligic for iOS 14 years ago
utils.cpp added 16-bit support to TiffEncoder (restore after #4919) 14 years ago
utils.hpp added 16-bit support to TiffEncoder (restore after #4919) 14 years ago
window.cpp added missing cv::moveWindow & cv::resizeWindow 14 years ago
window_QT.cpp Qt: fixed signal of a clicked push button (patch #786) 14 years ago
window_QT.h Qt: fixed keyPressEvent (ticket #803) 14 years ago
window_QT.qrc QT new functions: 15 years ago
window_carbon.cpp working on QT change/get win property (stylesheet for cvTrackBar fixed !!!) 15 years ago
window_cocoa.mm modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 14 years ago
window_gtk.cpp working on QT change/get win property (stylesheet for cvTrackBar fixed !!!) 15 years ago
window_w32.cpp removed "#include "windows.h"" from core headers 14 years ago