Alexander Alekhin
3f37e34e76
highgui: g_thread_create deprecated warning
8 years ago
Alexander Alekhin
30cdcfa554
warnings
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.
9 years ago
Pavel Rojtberg
8cc09f1784
highgui: allow wrapping cv::addText
...
also correctly forward spacing parameter in fontQt
9 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
9 years ago
Valeriy Van
acb62692e4
Cleans up declarations in window_cocoa.mm removing unnecessary iVars declarations and changing retain property attribute to strong
9 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" ...
9 years ago
Alexander Alekhin
063ac74369
fix modules deps
9 years ago
Alexandr Kondratev
46bfdbaf82
highgui: window_QT mousecallback code refactored using DRY
9 years ago
Pavel Rojtberg
e4cf3297c7
highgui: allow specifying that a button should create a new buttonbar
9 years ago
Christian Kapeller
81e6ef2958
highgui: window QT+OpenGL mouse wheel support, another build fix
...
amends work done in pull request #6976 .
9 years ago
Alexandr Kondratev
d394d26b46
highgui: window QT+OpenGL mouse wheel support, build fix
9 years ago
Alexandr Kondratev
13aef2c0cf
highgui: window_QT mouse wheel support
9 years ago
Alexandr Kondratev
82e4e1816f
highgui: removed excessed variable orient in window_gtk
9 years ago
Ilya Lavrenov
3bf16da92d
added condition for Qt5
9 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
9 years ago
Alexandr Kondratev
179998a8a2
highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta()
9 years ago
Alexandr Kondratev
4e63bd04e5
highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL
9 years ago
Alexandr Kondratev
1f2e159054
highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4
9 years ago
Alexandr Kondratev
7dcac647e5
highgui module: a bit readable onMouse flags mapping
9 years ago
Alexandr Kondratev
81c69ecd16
highgui: window_gtk.cpp directive boolean operations or/and replaced by ||/&& to keep compatible with older systems
9 years ago
Alexandr Kondratev
a4e9712006
Compilate switch-case with GTK_SCROLL_SMOOTH since GTK>=3.4
9 years ago
Alexandr Kondratev
fd78e2cc6c
highgui module: removed unused type_mouse_event mouse_wheel
9 years ago
Alexandr Kondratev
6020dacc11
highgui module: implemented QT and GTK mouse wheel callback support in linux
9 years ago
Suleyman TURKMEN
e59da10bf1
Update highgui.hpp
9 years ago
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
9 years ago
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
9 years ago
Alexander Alekhin
6f139b4f8e
ffmpeg: interrupt callback fix
...
backport from master
9 years ago
Roman Donchenko
97ac59cb73
Fix a memory leak indirectly caused by cvDestroyWindow
9 years ago
Pavel Rojtberg
0ac31a0bd7
highgui: add CV_GUI_* flags to enum in cpp so they appear in bindings
9 years ago
Roman Donchenko
eb40afa26a
Add a workaround for FFmpeg's color conversion accessing past the end of the buffer
...
I delete the LIBAVFORMAT_BUILD < 5231 branch, because I couldn't even find FFmpeg with
such a small build number, let alone test with it.
9 years ago
Roman Donchenko
421fcf9e35
Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability
9 years ago
Roman Donchenko
9a5d7f1a0b
Backport PR #3813 to 2.4
...
It has already been partially backported by #6199 ; this commit completes
the backport.
9 years ago
WANG Guoqin
8cfc87cf01
MacOSX / QTKit capture: trying to fix invalid timer call
9 years ago
Alexander Alekhin
a61b19b524
backport ffmpeg fixes
9 years ago
Maksim Shabunin
ee2f8d006f
Cocoa backend: added checks before accessing sliders dictionary
9 years ago
Vitaly Tuzov
389f176a67
Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used.
...
Fixed icvCaptureFromCAM_V4L return value in case of V4L2 camera initialization failure.
9 years ago
Gregory Morse
5427ede6a1
WinRT consistency
9 years ago
Alexander Alekhin
0862e8e34c
fix build
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
10 years ago
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
10 years ago
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
10 years ago
a-andre
2d3e170370
install opencv2/highgui.hpp header
...
(cherry picked from commit d16fb30512
)
10 years ago
Ilya Lavrenov
96a2edb375
delete video readers
...
(cherry picked from commit 0d5b739d35
)
10 years ago
Ilya Lavrenov
56654ae360
added some property setting and getting
...
(cherry picked from commit 75fcedf0ed
)
10 years ago
Ilya Lavrenov
9a3e53e738
repaired GStreamer 0.10 version
...
(cherry picked from commit c19ed39a78
)
10 years ago