- 30 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 21 Jan, 2018 1 commit
-
-
Gregory Morse authored
* Fix for QT image window rectangle * Update window_QT.h * Update window_QT.cpp * trailing whitespace * highgui: fix QT getWindowImageRect()
-
- 18 Jan, 2018 1 commit
-
-
Gregory Morse authored
Update to add window position and size retrieval to HighGUI (#10412) * Update highgui.hpp Add read only property retrieval for enhanced rendering capabilities and more sophisticated research tools * Update window.cpp * Update window_w32.cpp * Update window_QT.cpp * Update window_QT.h * Update window_QT.h * Update window_gtk.cpp * Update precomp.hpp * Update highgui_c.h * Update highgui_c.h * Update window_w32.cpp * Update precomp.hpp * Update window_QT.cpp * Update window_QT.h * Update window_gtk.cpp * Update window_gtk.cpp * Update window_w32.cpp * Update window_QT.cpp * Update window_carbon.cpp * Update window_cocoa.mm * Update precomp.hpp * Update window_cocoa.mm * Update window_w32.cpp * Update window_gtk.cpp * Update window_QT.cpp * Update window_gtk.cpp * Update window_QT.cpp * Update window_cocoa.mm * Update window_carbon.cpp * Update window_w32.cpp * Update window_cocoa.mm * Update window_gtk.cpp * Update window_cocoa.mm * Update window_gtk.cpp * Update window_cocoa.mm * Update window_cocoa.mm * Update window.cpp * Update test_gui.cpp * Update test_gui.cpp * Update test_gui.cpp * Update highgui_c.h * Update highgui.hpp * Update window.cpp * Update highgui_c.h * Update test_gui.cpp * Update highgui.hpp * Update window.cpp * Update window.cpp * Update window.cpp * Update window.cpp * Update window.cpp
-
- 07 Mar, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 02 Nov, 2016 1 commit
-
-
Rok Mandeljc authored
Fixes #7603, which was caused by OCVViewPort::icvmouseProcessing not being declared as virtual, and hence was not overriden by DefaultViewPort::icvmouseProcessing (which does the inverse coordinate mapping).
-
- 28 Oct, 2016 1 commit
-
-
Pavel Rojtberg authored
checks whether the window exists and is visible. On QT closing a window merley hides it, so the common hack for checking whether a window exists exists = cv2.getWindowProperty(.., 0) >= 0 does not work.
-
- 18 Aug, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 21 Jul, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 24 Jun, 2016 2 commits
-
-
Alexandr Kondratev authored
-
Alexandr Kondratev authored
-
- 13 Oct, 2015 1 commit
-
-
spmallick authored
QPushButton was included twice.
-
- 18 Nov, 2014 1 commit
-
-
Andrey Kamaev authored
-
- 06 Jun, 2013 1 commit
-
-
Leszek Swirski authored
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 19 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
* removed OpenGLFuncTab, now extensions are loaded internally * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback * added Access parameter to GlBuffer::mapHost * added autoRelease parameter to all create methods
-
- 30 Nov, 2012 1 commit
-
-
Vladislav Vinogradov authored
* removed OpenGLFuncTab, now extensions are loaded internally * renamed GlTexture -> GlTexture2D * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 12 Dec, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 17 Jun, 2011 1 commit
-
-
Ilya Lysenkov authored
-
- 16 Jun, 2011 1 commit
-
-
Ilya Lysenkov authored
-
- 31 Dec, 2010 1 commit
-
-
Vladimir Dudnik authored
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. The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only) Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
-
- 04 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed mouse painting in Qt bindings (to make watershed & inpaint demos work); increased the font in the detailed pixel image display.
-
- 19 Aug, 2010 2 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
-
- 18 Aug, 2010 3 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
--no commit message
-
Yannick Verdie authored
-
- 17 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 15 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 02 Aug, 2010 1 commit
-
-
Yannick Verdie authored
Qt compilation pb with OpenGL flags fixed
-
- 31 Jul, 2010 1 commit
-
-
Yannick Verdie authored
-
- 30 Jul, 2010 1 commit
-
-
Yannick Verdie authored
-
- 28 Jul, 2010 1 commit
-
-
Yannick Verdie authored
Fixed bug with exclusive buttons Fixed memory leaks
-
- 26 Jul, 2010 1 commit
-
-
Yannick Verdie authored
--no commit message
-
- 23 Jul, 2010 2 commits
-
-
Yannick Verdie authored
- cvCreateOpenGLCallback: draw 3D on top of the image
-
Yannick Verdie authored
bool not defined ? -> changed everything in int
-
- 22 Jul, 2010 2 commits
-
-
Yannick Verdie authored
- add CV_RADIOBOX with exclusive mode
-
Yannick Verdie authored
- cvAddButton changed to match requirement - CV_GUI_NORMAL and CV_GUI_EXPANDED done - context menu with right click
-