- 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
-
- 18 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 13 Oct, 2017 1 commit
-
-
klchang authored
-
- 03 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
Update miniflann.cpp Update test_stereomatching.cpp
-
- 31 Aug, 2017 2 commits
-
-
saskatchewancatch authored
Removing unnecessary range checks for QT backend support's setTrackbarMin and setTrackbarMax fucntions Fixes
-
saskatchewancatch authored
Setting truncate option for QString leftJustified method to false fixes 10 character truncation issue noted in issue 9489
-
- 27 Aug, 2017 1 commit
-
-
Adi Shavit authored
-
- 25 Aug, 2017 1 commit
-
-
Adi Shavit authored
* Adds cv::resizeWindow() overload taking a single cv::Size argument. * Replaces copied documentaion with Doxygen @overload command.
-
- 23 Aug, 2017 1 commit
-
-
Dmitry Kurtaev authored
-
- 14 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
- eliminate legacy C code, used fields - fix mutex synchronization issues - set trackbar min/max without unnecessary truncation; allow negative values
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 30 Jun, 2017 1 commit
-
-
Neil Shipp authored
-
- 29 Jun, 2017 1 commit
-
-
huangqinjin authored
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jun, 2017 1 commit
-
-
Matt Bennett authored
-
- 21 Apr, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 15 Mar, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 07 Mar, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 03 Mar, 2017 2 commits
-
-
Jaime O. Rios authored
-
Jaime O. Rios authored
-
- 02 Mar, 2017 1 commit
-
-
Jaime O. Rios authored
-
- 05 Feb, 2017 1 commit
-
-
Tony Theodore authored
The backslash causes build failure when cross-compiling with mingw-w64
-
- 28 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2016 2 commits
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
Alexander Alekhin authored
The old behaviour is available via waitKeyEx() call or via setting of OPENCV_LEGACY_WAITKEY environment variable
-
- 27 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Nov, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Nov, 2016 2 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 11 Nov, 2016 2 commits
-
-
Alexander Alekhin authored
Commit: 6d54abbd
-
sourin 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.
-
- 14 Oct, 2016 2 commits
-
-
Pavel Rojtberg authored
we are drawing on a BGR image declared as RGB, so we should not swap components here either.
-
Pavel Rojtberg authored
also correctly forward spacing parameter in fontQt
-
- 02 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
'const' is available in OpenCV 3.x only
-