deadprogram
1cedd9c417
feature: can use build tags to be able to have a reduced size OpenCV build that only contains specific modules
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2025-07-06 17:11:11 +02:00
diegohce
41ec7538d3
added window pollkey function ( #1198 )
2024-08-14 21:08:43 +02:00
diegohce
41b95a29e7
added window WaitKeyEx support ( #1195 )
...
highgui: added window WaitKeyEx support
2024-08-14 20:22:49 +02:00
deadprogram
f3641a85f4
all: correct formatting
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2023-10-12 00:10:33 +02:00
Enrico
6f242bb1d4
Add function CreateTrackbarWithValue to Window type.
...
The function CreateTrackbarWithValue creates a trackbar (a slider
or range control) with the specified name and range, assigns a
variable `value` to be a position synchronized with the trackbar.
2021-04-22 18:30:10 +02:00
Bart Schuurmans
564be66d23
Change constants and corresponding function signatures to have the correct types ( #689 )
...
* Annotate constant in const() blocks with the correct type if they have a value specified. Fixes #686 .
2020-06-05 17:32:40 +02:00
Douglas Dawson
71a026458f
Update with dev.
2018-11-18 14:35:11 -05:00
Ron Evans
10d066ba42
highgui: add some missing test coverage on WaitKey()
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2018-02-16 14:29:41 +01:00
deadprogram
5b91341fdb
highgui: complete remaining API functions
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-12-12 14:50:16 +01:00
deadprogram
4d213d70f1
highgui: use Window.WaitKey() in tests
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-11-23 10:15:52 +01:00
deadprogram
3a60e4485a
highgui: ability to better control the fullscreen window
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-11-03 14:00:02 +01:00
deadprogram
73d555d6d7
Add Trackbar support to highgui
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-10-18 12:05:00 +02:00
deadprogram
e8eca443ef
Increase coverage with some basic tests
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-10-05 09:59:17 +02:00
deadprogram
2886b9a5c1
Rename entire package to gocv
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-10-02 21:24:43 +02:00
deadprogram
20b1a07739
Add test and state for highgui Window status
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-28 11:53:57 +02:00
deadprogram
d29104e3c1
Simple tests of Mat and Window
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-21 16:25:01 +02:00
deadprogram
8f0582e7c2
Placeholders for tests
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-21 13:22:19 +02:00