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
Alexandr Kondratev
46bfdbaf82
highgui: window_QT mousecallback code refactored using DRY
8 years ago
Pavel Rojtberg
e4cf3297c7
highgui: allow specifying that a button should create a new buttonbar
8 years ago
Christian Kapeller
81e6ef2958
highgui: window QT+OpenGL mouse wheel support, another build fix
...
amends work done in pull request #6976 .
8 years ago
Alexandr Kondratev
d394d26b46
highgui: window QT+OpenGL mouse wheel support, build fix
8 years ago
Alexandr Kondratev
13aef2c0cf
highgui: window_QT mouse wheel support
8 years ago
Alexandr Kondratev
82e4e1816f
highgui: removed excessed variable orient in window_gtk
8 years ago
Ilya Lavrenov
3bf16da92d
added condition for Qt5
8 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Alexandr Kondratev
179998a8a2
highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta()
8 years ago
Alexandr Kondratev
4e63bd04e5
highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL
8 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
8 years ago
Alexandr Kondratev
7dcac647e5
highgui module: a bit readable onMouse flags mapping
8 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
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
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