opencv/modules/highgui/src
Roman Donchenko 3d7a457c97 Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	doc/tutorials/introduction/linux_install/linux_install.rst
	modules/core/doc/operations_on_arrays.rst
	modules/core/include/opencv2/core/core.hpp
	modules/core/src/system.cpp
	modules/gpu/src/cuda/resize.cu
	modules/imgproc/doc/miscellaneous_transformations.rst
	modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
	modules/video/src/bgfg_gaussmix2.cpp
2014-05-19 18:39:20 +04:00
..
files_Qt
bitstrm.cpp
bitstrm.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
cap_android.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-24 19:02:16 +04:00
cap_avfoundation.mm Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-31 14:42:00 +04:00
cap_cmu.cpp
cap_dc1394_v2.cpp
cap_dc1394.cpp
cap_dshow.cpp
cap_ffmpeg_api.hpp
cap_ffmpeg_impl.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
cap_ffmpeg.cpp Another FFmpeg fix from master. 2013-10-25 16:08:14 +04:00
cap_giganetix.cpp fixed a syntax error in cap_giganetix.cpp 2014-05-13 19:59:37 +05:30
cap_gstreamer.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-05-19 18:39:20 +04:00
cap_images.cpp In the image sequence capture, only search for the ordinal in the file name. 2013-11-12 16:26:21 +04:00
cap_intelperc.cpp Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera 2014-02-25 10:59:35 +04:00
cap_intelperc.hpp Change text of copyright 2014-03-05 13:06:36 +04:00
cap_ios_abstract_camera.mm removed trailing spaces 2014-02-18 13:56:26 +04:00
cap_ios_photo_camera.mm
cap_ios_video_camera.mm deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
cap_libv4l.cpp Fix for #3554 2014-03-05 02:44:40 +00:00
cap_msmf.cpp Update cap_msmf.cpp 2014-04-15 18:32:23 +08:00
cap_msmf.hpp Update cap_msmf.cpp 2014-04-15 18:32:23 +08:00
cap_openni.cpp compilation 2013-12-07 18:58:29 +04:00
cap_pvapi.cpp Added PVAPI enums to highgui.hpp 2014-01-14 21:38:57 +11:00
cap_qt.cpp
cap_qtkit.mm Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-11-26 15:05:26 +04:00
cap_unicap.cpp
cap_v4l.cpp Fix for #3554 2014-03-05 02:44:40 +00:00
cap_vfw.cpp Fix for issue #3645 (http://code.opencv.org/issues/3645). 2014-04-21 17:10:58 +02:00
cap_ximea.cpp Back to the previous coding way (using the macro with the goto). 2013-11-19 21:51:47 +01:00
cap_xine.cpp
cap.cpp Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera 2014-02-25 10:59:35 +04:00
ffmpeg_codecs.hpp Removed some dubious FFmpeg hack that no longer works. 2013-10-23 14:56:37 +04:00
grfmt_base.cpp
grfmt_base.hpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
grfmt_bmp.cpp
grfmt_bmp.hpp
grfmt_exr.cpp
grfmt_exr.hpp
grfmt_hdr.cpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
grfmt_hdr.hpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
grfmt_jpeg2000.cpp
grfmt_jpeg2000.hpp
grfmt_jpeg.cpp added jpeg with optimized coding support. 2014-03-27 13:34:33 -04:00
grfmt_jpeg.hpp
grfmt_png.cpp
grfmt_png.hpp
grfmt_pxm.cpp
grfmt_pxm.hpp
grfmt_sunras.cpp
grfmt_sunras.hpp
grfmt_tiff.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-02-25 15:02:24 +04:00
grfmt_tiff.hpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
grfmt_webp.cpp fixed warnings 2013-10-08 12:46:43 +04:00
grfmt_webp.hpp
grfmts.hpp
ios_conversions.mm
loadsave.cpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
ppltasks_winrt.h Update cap_msmf.cpp 2014-04-15 18:32:23 +08:00
precomp.hpp Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual 2014-03-07 16:25:15 +04:00
rgbe.cpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
rgbe.hpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
utils.cpp
utils.hpp
window_carbon.cpp typos 2014-03-04 12:47:40 +04:00
window_cocoa.mm
window_gtk.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-12-10 12:51:00 +04:00
window_QT.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-11 17:20:01 +04:00
window_QT.h
window_QT.qrc
window_w32.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-05-19 18:39:20 +04:00
window.cpp [HighGUI] Updated mouse wheel delta to reside within the 'flags' variable. Updated C++ API. 2014-01-14 21:33:32 +02:00