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
deadprogram
bd83700f33
feature: return error from calls to OpenCV functions. The error shows the OpenCV exception description
...
from the exception caught.
Signed-off-by: deadprogram <ron@hybridgroup.com >
2025-03-18 11:04:10 -03:00
deadprogram
a9fec5bda3
feature: add exception handling function and try/catch blocks
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2025-03-18 11:04:10 -03:00
diegohce
e5d4cb311c
Window set mouse callback ( #1220 )
...
highgui: added: window mouse callback
2024-09-15 15:45:07 +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
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
Kale Blankenship
2b74193ea1
Support pkg-config via cgo directives
2018-05-25 20:40:12 -07:00
William Durand
e0a309f4a8
Astyle cpp/h files
2018-03-15 11:26:51 +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
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
cb163dfd63
Use Close() function for cleaning, thanks @maruel for the suggestion
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-27 10:53:11 +02:00
deadprogram
ea376b34cd
Can load a file into a Mat, and display it in the Window
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-20 04:19:42 +02:00
deadprogram
18c62637ce
Can delete a named Window
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-19 23:01:57 +02:00
deadprogram
cebddf6e50
Ability to open highgui window
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2017-09-19 18:44:28 +02:00