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.
 
 
 
 
 
 
Ilya Lysenkov fce7ba4eaf Added destroyAllWindows and docs (ticket #957). 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 removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 14 years ago
cap_android.cpp Added Android native camera module 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 fixed problem with non 4:3 cameras (ticket #142) 14 years ago
cap_ffmpeg.cpp use original image type (8-bit grayscale or 24-bit RGB) in the case of RAW video (ticket #782) 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 make ubuntu 11.04 compile with libv4l 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 support of several kinects (#1105) 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 removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 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_w32.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 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 "atomic bomb" commit. Reorganized OpenCV directory structure 15 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 removed embedded (obsolete) OpenEXR files; repaired OpenEXR bindings 15 years ago
grfmt_exr.hpp removed embedded (obsolete) OpenEXR files; repaired OpenEXR bindings 15 years ago
grfmt_imageio.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_imageio.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 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 made png codec in highgui compatible with libpng-1.5 (thanks to wiz for the patch) 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 Removed direct tiff writing to in-memory buffers if libtiff is used 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 removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 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 destroyAllWindows and docs (ticket #957). 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 applied patch from ticket #801 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