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 65e4df751c Merge pull request #3705 from SpecLad:unused-nNull 10 years ago
..
files_Qt Stripped iCCP chunk from png files 11 years ago
agile_wrl.h Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink. 11 years ago
bitstrm.cpp Normalize line endings and whitespace 13 years ago
bitstrm.hpp deleted extra semicolons 11 years ago
cap.cpp Use FFMPEG capture only if HAVE_FFMPEG flag is defined. 11 years ago
cap_android.cpp Multiple fixes in camera. 11 years ago
cap_avfoundation.mm Fixed iOS framework compilation warnings 11 years ago
cap_cmu.cpp Normalize line endings and whitespace 13 years ago
cap_dc1394.cpp Dropped the HAVE_DC1394_095 configuration macro. 12 years ago
cap_dc1394_v2.cpp fix wrong property name and corresponding documentation 10 years ago
cap_dshow.cpp fix wrong property name and corresponding documentation 10 years ago
cap_ffmpeg.cpp Another FFmpeg fix from master. 12 years ago
cap_ffmpeg_api.hpp Normalized file endings. 12 years ago
cap_ffmpeg_impl.hpp Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
cap_giganetix.cpp fixed a syntax error in cap_giganetix.cpp 11 years ago
cap_gstreamer.cpp GStreamer 1.0 backport from master branch. 11 years ago
cap_images.cpp In the image sequence capture, only search for the ordinal in the file name. 11 years ago
cap_intelperc.cpp Remove TBB ifdef form code 11 years ago
cap_ios_abstract_camera.mm Fixed iOS framework compilation warnings 11 years ago
cap_ios_photo_camera.mm fixed Kirill's comments 12 years ago
cap_ios_video_camera.mm Fixed iOS framework compilation warnings 11 years ago
cap_libv4l.cpp Fixed typos in comments 11 years ago
cap_mil.cpp Normalize line endings and whitespace 13 years ago
cap_msmf.cpp Remove ATL dependency from MSMF capture code 11 years ago
cap_msmf.hpp cap_msmf.hpp: fix a warning about nNull being unused 10 years ago
cap_openni.cpp fixed some warnings 11 years ago
cap_pvapi.cpp fixing cap_pvpapi interface and making sure both AVT Manta and Proscilla 11 years ago
cap_qt.cpp Normalize line endings and whitespace 13 years ago
cap_qtkit.mm fixed warnings 11 years ago
cap_tyzx.cpp typos 11 years ago
cap_unicap.cpp Normalize line endings and whitespace 13 years ago
cap_v4l.cpp Fixed typos in comments 11 years ago
cap_vfw.cpp Fix for issue #3645 (http://code.opencv.org/issues/3645). 11 years ago
cap_ximea.cpp Merge pull request #3683 from SeninAndrew:2.4 10 years ago
cap_xine.cpp Normalize line endings and whitespace 13 years ago
ffmpeg_codecs.hpp fixed INT64_C & UINT64_C definitions (patch #2033) 13 years ago
grfmt_base.cpp Improve error reporting of JPEG image encoder 12 years ago
grfmt_base.hpp Improve error reporting of JPEG image encoder 12 years ago
grfmt_bmp.cpp Normalized file endings. 12 years ago
grfmt_bmp.hpp Normalize line endings and whitespace 13 years ago
grfmt_exr.cpp Fix OS X build warnings 13 years ago
grfmt_exr.hpp Fix OS X build warnings 13 years ago
grfmt_imageio.cpp Normalize line endings and whitespace 13 years ago
grfmt_imageio.hpp Normalize line endings and whitespace 13 years ago
grfmt_jpeg.cpp Fix build warnings from gcc 4.8 12 years ago
grfmt_jpeg.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_jpeg2000.cpp Removed unused PACKAGE_* macros. 12 years ago
grfmt_jpeg2000.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
grfmt_png.cpp Added interlace handling to PNG decoder. 12 years ago
grfmt_png.hpp Normalize line endings and whitespace 13 years ago
grfmt_pxm.cpp Normalize line endings and whitespace 13 years ago
grfmt_pxm.hpp Normalize line endings and whitespace 13 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 Normalize line endings and whitespace 13 years ago
grfmt_tiff.cpp TIFF support hack for aarch64 reverted. 10 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
ios_conversions.mm Fixed iOS framework compilation warnings 11 years ago
loadsave.cpp fix bug with invalid signature size (should not be less than signatureLength()) 11 years ago
ppltasks_winrt.h Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink. 11 years ago
precomp.hpp Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
utils.cpp added 16-bit support to TiffEncoder (restore after #4919) 14 years ago
utils.hpp Normalize line endings and whitespace 13 years ago
window.cpp highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 10 years ago
window_QT.cpp In cvAddText, construct QString from "text" using fromUtf8. 10 years ago
window_QT.h Fix image saving from QT toolbar 12 years ago
window_QT.qrc QT new functions: 15 years ago
window_carbon.cpp fixing setting the locale back to what should be expected 11 years ago
window_cocoa.mm highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 10 years ago
window_gtk.cpp highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 10 years ago
window_w32.cpp highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 10 years ago