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 c9f1490302 added variant of cv::imdecode with the specified output matrix 12 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 Native camera issue on HTC One S fixed. 12 years ago
cap_android.cpp Native camera issue on HTC One S fixed. 12 years ago
cap_avfoundation.mm fixed possible video distortion problem when cap_avfoundation.mm is used to capture video (ticket #1980) 13 years ago
cap_cmu.cpp Fixed mingw build. 13 years ago
cap_dc1394.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_dc1394_v2.cpp Fixed Android build warnings and few warnings in specific cnfigurations 13 years ago
cap_dshow.cpp fixed verbose mode in highgui's DirectShow wrapper (bug #2350) 12 years ago
cap_ffmpeg.cpp Set stricter warning rules for gcc 13 years ago
cap_ffmpeg_api.hpp added VideoReader_GPU 13 years ago
cap_ffmpeg_impl.hpp fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365) 12 years ago
cap_gstreamer.cpp Fix gcc build errors and warnings 12 years ago
cap_images.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_ios_abstract_camera.mm added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232) 12 years ago
cap_ios_photo_camera.mm added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232) 12 years ago
cap_ios_video_camera.mm fixed ios camera timing (patch by Eduard Feicho) 12 years ago
cap_libv4l.cpp applied patches from #2311 12 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 Fix missing remainder of line. 13 years ago
cap_pvapi.cpp Fixed PvAPI search on Windows #1927 13 years ago
cap_qt.cpp fixed compile errors in cap_qt.cpp (ticket #391) 14 years ago
cap_qtkit.mm reverted the original VideoCapture::read() code; moved frame index check to where it should belong: ffmpeg wrapper; applied patch by Rob Reilink (ticket #1971) 13 years ago
cap_tyzx.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cap_unicap.cpp Fixed segfault problem with cap_unicap (ticket #1112) 13 years ago
cap_v4l.cpp fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST 12 years ago
cap_vfw.cpp fixed vfw (#2156) 13 years ago
cap_ximea.cpp fixed #2155 13 years ago
cap_xine.cpp fixed build on Linux 15 years ago
ffmpeg_codecs.hpp Removed duplicated ifdef code from ffmpeg wrappers 13 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 fixed #1421 13 years ago
grfmt_bmp.hpp fixed reading of certain BMP files 15 years ago
grfmt_exr.cpp Fix openexr build on MinGW 12 years ago
grfmt_exr.hpp Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86) 13 years ago
grfmt_imageio.cpp modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 13 years ago
grfmt_imageio.hpp modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 13 years ago
grfmt_jpeg.cpp Fixed 2 new Android build warnings 12 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 added support for bi-level PNG's (patch #2301; thanks to Costantino Grana) 12 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 fix for 4-channels TIFF missing 'break' statement 12 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 added variant of cv::imdecode with the specified output matrix 12 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa) 13 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 fullscreen mode on Mac (patch #2040 by Takahiro Horikawa) 13 years ago
window_QT.cpp improved image rendering performance in Qt backend for highgui UI (bug #2356) 12 years ago
window_QT.h fixed new OpenGL functionality under Qt 13 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 added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa) 13 years ago
window_gtk.cpp Fixed some warnings and install problems on linux 13 years ago
window_w32.cpp Fixed number of warnings. Fixed mingw64 build. 13 years ago