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 334ac49d34 added user mode selection (thanks to tito for the patch, ticket #563) 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 almost finished Python wrappers 15 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 added user mode selection (thanks to tito for the patch, ticket #563) 14 years ago
cap_dshow.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_ffmpeg.cpp add protection against EAGAIN error in the streams (thanks to vrabaud for the patch - ticket #553) 14 years ago
cap_gstreamer.cpp Add support for monocrome cmos ccd 15 years ago
cap_images.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_libv4l.cpp Made calibration a bit faster in the absense of a checkboard and trying to fix 15 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_pvapi.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_qt.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_qtkit.mm "atomic bomb" commit. Reorganized OpenCV directory structure 15 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 avoid use of writable global variables in V4L capturing module (thanks to fjmadrid for the patch! - see the ticket #384) 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 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_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 pass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's. 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 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
grfmt_tiff.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmts.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
gstappsink.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
gstappsink.h renamed gstappsink.hpp->gstappsink.h 15 years ago
loadsave.cpp replaced unlink() & _unlink() with more standard remove() (ticket #334) 15 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 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
utils.cpp added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
utils.hpp added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
window.cpp Fixed bugs on Qt 15 years ago
window_QT.cpp Fixed missing semicolon 15 years ago
window_QT.h Qt weird bug with QLabel (is it really fixed ?) 15 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 fixed image rendering and memory leak in waitKey (thanks to Bart Nabbe and Steve Bushell) 15 years ago
window_gtk.cpp working on QT change/get win property (stylesheet for cvTrackBar fixed !!!) 15 years ago
window_w32.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