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.
 
 
 
 
 
 
Andrey Kamaev 31e77a3bd9 Android native camera: added BGR output format; added methods to configure output frame size. 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 Merged android-experimental branch back to trunk. 14 years ago
cap_android.cpp Android native camera: added BGR output format; added methods to configure output frame size. 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 extended libdc1394 backend (the patch is by Michael Joachimiak) 14 years ago
cap_dshow.cpp merged fix for x64 MSVC compile errors in highgui into trunk 14 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 When opening a file with GStreamer: 14 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 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 Test system included into Android build 14 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 fixed compile errors in cap_qt.cpp (ticket #391) 14 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 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 fix opencv-highgui build with old versions of libpng (< 1.4.x) 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 fixed multiple warnings from VS2010. 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 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 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 Merged android-experimental branch back to trunk. 14 years ago
utils.cpp fixed multiple warnings from VS2010. 14 years ago
utils.hpp added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
window.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
window_QT.cpp fixed mouse painting in Qt bindings (to make watershed & inpaint demos work); increased the font in the detailed pixel image display. 14 years ago
window_QT.h added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 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 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