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
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.
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
Alexander Alekhin
063ac74369
fix modules deps
9 years ago
Pavel Rojtberg
e4cf3297c7
highgui: allow specifying that a button should create a new buttonbar
9 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
9 years ago
Suleyman TURKMEN
e59da10bf1
Update highgui.hpp
9 years ago
Pavel Rojtberg
0ac31a0bd7
highgui: add CV_GUI_* flags to enum in cpp so they appear in bindings
9 years ago
Aman Verma
b0209ad7f7
Fix for #5495 : add setTrackbarMin
10 years ago
Suleyman TURKMEN
e15dabf1db
documentation patch
10 years ago
Suleyman TURKMEN
f660461bb3
documentation patch
10 years ago
Maxim Kostin
face069874
Added support for highgui module on WinRT 8.1+
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
StevenPuttemans
350dccf84a
fix error 3714
10 years ago
Maksim Shabunin
c485aee464
Included c-headers for better 2.4 compatibility
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago
marina.kolpakova
1b43b0e2df
move soft cascade functionality into dedicated module
12 years ago
marina.kolpakova
e53d57664d
fix precompiled headers usage in gpu module
12 years ago
marina.kolpakova
88c71d1b7d
add NMS according to Dollar's paper.
12 years ago
marina.kolpakova
4207552e19
add object init
13 years ago
marina.kolpakova
4a1c4a9862
soft cascade become Algorithm
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
14 years ago
Alexey Spizhevoy
4827fbf326
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago