saskatchewancatch
cc17400849
i9403: Removing checks from trackbar min/max set functions.
...
Removing unnecessary range checks for QT backend support's setTrackbarMin and setTrackbarMax fucntions
Fixes
7 years ago
saskatchewancatch
33ba7867f6
Don't truncate label for tracknbar name (Qt)
...
Setting truncate option for QString leftJustified method to false fixes 10 character truncation issue noted in issue 9489
7 years ago
Adi Shavit
183081ccd3
Changes window position only if BOTH top corners are outside ALL monitors.
7 years ago
Adi Shavit
8a094a5f54
Merge pull request #9445 from adishavit:master
...
* Adds cv::resizeWindow() overload taking a single cv::Size argument.
* Replaces copied documentaion with Doxygen @overload command.
7 years ago
Dmitry Kurtaev
7123d9c376
Added 1ms delay to let system decorate Qt windows
7 years ago
Steven Puttemans
9b173e2db1
fix description of setTrackbarMin
7 years ago
Alexander Alekhin
b6949c5088
cmake: CMP0022 NEW
7 years ago
Alexander Alekhin
9e239c7a1e
highgui: refactor GTK backend
...
- eliminate legacy C code, used fields
- fix mutex synchronization issues
- set trackbar min/max without unnecessary truncation; allow negative values
7 years ago
Alexander Alekhin
602f047fe8
build: replace WIN32 => _WIN32
7 years ago
Tony Lian
c8783f3e23
Merge pull request #9075 from TonyLianLong:master
...
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
7 years ago
catree
d06619ab15
Add 64-bit imshow behavior in the documentation.
7 years ago
tribta
6512a4b7e3
OpenCV Java Highgui Class
...
The objective is to:
*Reduce greatly the number of lines of code in the Java codes;
*Make it easy for Java users to add a trackbar and show the results;
*Get the code more similar between C++, Java and Python, making the tutorials more uniform.
7 years ago
Neil Shipp
3f72ff215e
Fix WinRT build breaks in highgui and videoio.
7 years ago
huangqinjin
aa75b6067c
gtk: check NULL before unref
7 years ago
Maksim Shabunin
a769d69a9d
Fixed several issues found by static analysis
7 years ago
Alexander Alekhin
006966e629
trace: initial support for code trace
8 years ago
Matt Bennett
05acf40aff
remove ARC and auto synthesize assumptions in cocoa_window.mm
8 years ago
Alexander Alekhin
a9cc87636f
build: update modules descriptions
8 years ago
abratchik
037d8fbdcd
Refactor OpenCV Java Wrapping
8 years ago
daB0bby
566630595d
Fixes typo
8 years ago
Vladislav Sovrasov
ad7cf58450
highgui: add ROI selector
8 years ago
Maksim Shabunin
9333f82be0
Reduce dependencies between modules
8 years ago
Vladislav Sovrasov
cd7f0a5177
QT: disable debug output in Release mode
8 years ago
Jaime O. Rios
5d03262b00
Added message about 32-bit Obj-C to all @synthesize sections.
8 years ago
Jaime O. Rios
10651d491f
Added message about synthesize keyword.
8 years ago
Jaime O. Rios
2d20aa4ed0
Modified code to work with universal build.
8 years ago
Alexander Alekhin
e16227b53c
cmake: support multiple CPU targets
8 years ago
Alexander Alekhin
8633ef451e
cmake: cleanup unused defines
8 years ago
Tony Theodore
678e114e5f
highgui: use forward slash for gl.h include
...
The backslash causes build failure when cross-compiling with mingw-w64
8 years ago
Alexander Alekhin
d015b55e6b
highgui: preserve waitKey -1 return value
8 years ago
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
8 years ago
Alexander Alekhin
4e7b521438
highgui: change waitKey() default behaviour
...
The old behaviour is available via waitKeyEx() call or
via setting of OPENCV_LEGACY_WAITKEY environment variable
8 years ago
Alexander Alekhin
32f568308a
cmake: cleanup ffmpeg detection
8 years ago
Alexander Alekhin
90da593316
highgui: g_thread_create deprecated warning
8 years ago
Alexander Alekhin
3f37e34e76
highgui: g_thread_create deprecated warning
8 years ago
Maksim Shabunin
21167b1bf1
Fixed several GCC 5.x warnings
8 years ago
Alexander Alekhin
30cdcfa554
warnings
8 years ago
Alexander Alekhin
64a2d1904b
ffmpeg: backport 7213
...
Commit:
6d54abbd0f
8 years ago
sourin
879315f2fe
Fix error gtk
8 years ago
Rok Mandeljc
baf613bc5c
highgui: window_QT: added missing virtual method specifier
...
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).
8 years ago
Pavel Rojtberg
358ec04413
highgui: add property WND_PROP_VISIBLE
...
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.
8 years ago
Pavel Rojtberg
a37a6bd783
fix BGR <> RGB swap
...
we are drawing on a BGR image declared as RGB, so we should not swap
components here either.
8 years ago
Pavel Rojtberg
8cc09f1784
highgui: allow wrapping cv::addText
...
also correctly forward spacing parameter in fontQt
8 years ago
Alexander Alekhin
26a32dcbf6
videoio: remove 'const' from getProperty
...
'const' is available in OpenCV 3.x only
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
8 years ago
Alexander Alekhin
c314178e7a
highgui/osx: backport AVFoundation support
8 years ago
Alexander Alekhin
3648c61172
highgui: clone cap_avfoundation_mac.mm from master
8 years ago
Valeriy Van
acb62692e4
Cleans up declarations in window_cocoa.mm removing unnecessary iVars declarations and changing retain property attribute to strong
8 years ago
Alexander Alekhin
5383a625a7
fix Win build, change default WINNT macro to WinXP
...
Returning to Win2k value is possible via this CMake option:
cmake -DOPENCV_EXTRA_FLAGS="/D_WIN32_WINNT=0x0500" ...
8 years ago
Alexander Alekhin
063ac74369
fix modules deps
8 years ago