Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dovyski/cvui
/ functions
Functions
234 in github.com/Dovyski/cvui
⨍
Functions
234
◇
Types & classes
18
↓ 1 callers
Function
isWindowOpen
Check if an OpenCV window is open. From: https://stackoverflow.com/a/48055987/29827
example/src/multiple-windows-complex-dynamic/main.cpp:22
↓ 1 callers
Function
load
(thePath)
example/src/sparkline/sparkline.py:16
↓ 1 callers
Function
load
example/src/sparkline/main.cpp:19
↓ 1 callers
Function
main
()
cvui.py:43
↓ 1 callers
Function
main
()
example/src/image-button/image-button.py:14
↓ 1 callers
Function
main
()
example/src/canny/canny.py:15
↓ 1 callers
Function
main
()
example/src/mouse-complex-buttons/mouse-complex-buttons.py:18
↓ 1 callers
Function
main
()
example/src/complext-layout/complex-layout.py:56
↓ 1 callers
Function
main
()
example/src/trackbar-complex/trackbar-complex.py:20
↓ 1 callers
Function
main
()
example/src/multiple-windows-complex-dynamic/multiple-windows-complex-dynamic.py:37
↓ 1 callers
Function
main
()
example/src/mouse-complex/mouse-complex.py:16
↓ 1 callers
Function
main
()
example/src/ui-enhanced-window-component/ui-enhanced-window-component.py:25
↓ 1 callers
Function
main
()
example/src/multiple-files/multiple-files.py:19
↓ 1 callers
Function
main
()
example/src/row-column/row-column.py:31
↓ 1 callers
Function
main
()
example/src/on-image/on-image.py:20
↓ 1 callers
Function
main
()
example/src/trackbar/trackbar.py:20
↓ 1 callers
Function
main
()
example/src/interaction-area/interaction-area.py:16
↓ 1 callers
Function
main
()
example/src/nested-rows-columns/nested-rows-columns.py:18
↓ 1 callers
Function
main
()
example/src/sparkline/sparkline.py:34
↓ 1 callers
Function
main
()
example/src/multiple-windows/multiple-windows.py:121
↓ 1 callers
Function
main
()
example/src/mouse/mouse.py:15
↓ 1 callers
Function
main
()
example/src/button-shortcut/button-shortcut.py:20
↓ 1 callers
Function
main
()
example/src/ui-enhanced-canny/ui-enhanced-canny.py:29
↓ 1 callers
Function
main
()
example/src/trackbar-sparkline/trackbar-sparkline.py:20
↓ 1 callers
Function
main
()
example/src/multiple-windows-complex-mouse/multiple-windows-complex-mouse.py:17
↓ 1 callers
Function
main
()
example/src/main-app/main-app.py:14
↓ 1 callers
Function
main
()
example/src/multiple-windows-complex/multiple-windows-complex.py:16
↓ 1 callers
Function
main
()
example/src/hello-world/hello-world.py:15
↓ 1 callers
Method
mouseBQ
Query the mouse for events in a particular button. This function behave exactly like `cvui::mouse(int theQuery)`, with the difference that quer
cvui.py:282
↓ 1 callers
Method
mouseQ
Query the mouse for events, e.g. "is any button down now?". Available queries are: * `cvui::DOWN`: any mouse button was pressed. `cvui::mouse()`
cvui.py:231
↓ 1 callers
Method
mouseW
Return the last position of the mouse. \param theWindowName name of the window whose mouse cursor will be used. If nothing is informed (default)
cvui.py:222
↓ 1 callers
Method
popBlock
(self)
cvui.py:374
↓ 1 callers
Method
pushBlock
(self)
cvui.py:370
↓ 1 callers
Function
resetRenderingBuffer
cvui.h:1565
↓ 1 callers
Method
text
(self, theBlock, theX, theY, theText, theFontScale, theColor, theUpdateLayout)
cvui.py:412
↓ 1 callers
Function
trackbarForceValuesAsMultiplesOfSmallStep
cvui.h:1589
↓ 1 callers
Method
trackbarForceValuesAsMultiplesOfSmallStep
(self, theParams, theValue)
cvui.py:475
↓ 1 callers
Function
trackbarHandle
cvui.h:1951
↓ 1 callers
Method
trackbarHandle
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:808
↓ 1 callers
Function
trackbarPath
cvui.h:1979
↓ 1 callers
Method
trackbarPath
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:837
↓ 1 callers
Function
trackbarSegments
cvui.h:2024
↓ 1 callers
Method
trackbarSegments
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:878
↓ 1 callers
Function
trackbarSteps
cvui.h:1990
↓ 1 callers
Method
trackbarSteps
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:847
↓ 1 callers
Function
trackbarXPixelToValue
cvui.h:1598
↓ 1 callers
Method
trackbarXPixelToValue
(self, theParams, theBounding, thePixelX)
cvui.py:481
↓ 1 callers
Function
update
Update the library internal things. You need to call this function **AFTER** you are done adding/manipulating UI elements in order for them to reac
cvui.py:2391
Method
Class1
example/src/multiple-files/Class1.cpp:9
Method
Class2
example/src/multiple-files/Class2.cpp:9
Method
EnhancedWindow
example/src/ui-enhanced-window-component/EnhancedWindow.h:32
Method
TrackbarParams
cvui.h:1195
Method
__init__
(self, theX = 0, theY = 0)
cvui.py:83
Method
__init__
(self, theX = 0, theY = 0, theWidth = 0, theHeight = 0)
cvui.py:92
Method
__init__
(self, theWidth = 0, theHeight = 0)
cvui.py:107
Method
__init__
(self)
cvui.py:115
Method
__init__
(self)
cvui.py:147
Method
__init__
(self)
cvui.py:155
Method
__init__
(self)
cvui.py:167
Method
__init__
(self)
cvui.py:178
Method
__init__
(self, theMin = 0., theMax = 25., theStep = 1., theSegments = 0, theLabelFormat = '%.0Lf', theOptions = 0)
cvui.py:184
Method
__init__
(self)
cvui.py:195
Method
__init__
(self, x, y, width, height, title, minimizable = True)
example/src/ui-enhanced-window-component/EnhancedWindow.py:18
Method
__init__
(self)
example/src/multiple-files/Class1.py:12
Function
_handleMouse
(theEvent, theX, theY, theFlags, theContext)
cvui.py:1015
Method
begin
(self, frame)
example/src/ui-enhanced-window-component/EnhancedWindow.py:31
Function
beginColumn
Start a new column. One of the most annoying tasks when building UI is to calculate where each component should be placed on the screen. cvui has
cvui.py:1836
Function
beginRow
Start a new row. One of the most annoying tasks when building UI is to calculate where each component should be placed on the screen. cvui has a
cvui.py:1749
Function
button
Display a button. The size of the button will be automatically adjusted to properly house the label content. Parameters ---------- theWhere: np
cvui.py:1342
Method
button
(self, theBlock, theX, theY, theLabel)
cvui.py:545
Function
checkbox
Display a checkbox. You can use the state parameter to monitor if the checkbox is checked or not. Parameters ---------- theWhere: np.ndarray
cvui.py:1445
Method
checkbox
(self, theBlock, theX, theY, theLabel, theState, theColor)
cvui.py:443
Function
context
Inform cvui that all subsequent component calls belong to a window in particular. When using cvui with multiple OpenCV windows, you must call cvui
cvui.py:1128
Function
counter
Display a counter for integer values that the user can increase/descrease by clicking the up and down arrows. Parameters ---------- theWhere: n
cvui.py:1554
Method
counter
(self, theBlock, theX, theY, theValue, theStep, theFormat)
cvui.py:425
Method
end
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:61
Function
endColumn
End a column. You must call this function only if you have previously called its counter part, i.e. `beginColumn()`. See Also ---------- beginC
cvui.py:1910
Function
endRow
End a row. You must call this function only if you have previously called its counter part, the `beginRow()` function. See Also ---------- begi
cvui.py:1823
Function
handleMouse
cvui.h:2458
Method
height
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:68
Method
height
example/src/ui-enhanced-window-component/EnhancedWindow.h:84
Function
iarea
Create an interaction area that reports activity with the mouse cursor. The tracked interactions are returned by the function and they are: `OUT`
cvui.py:1714
Function
image
Display an image (np.ndarray). Parameters ---------- theWhere: np.ndarray image/frame where the provded image should be rendered. theX: int
cvui.py:1423
Method
image
(self, theBlock, theX, theY, theImage)
cvui.py:573
Function
imshow
Display an image in the specified window and update the internal structures of cvui. This function can be used as a replacement for `cv2.imshow()`.
cvui.py:1195
Function
init
Initializes cvui. You must provide the name of the window where components will be added. It is also possible to tell cvui to handle OpenCV's even
cvui.py:1038
Method
isMinimized
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:78
Function
lastKeyPressed
Return the last key that was pressed. This function will only work if a value greater than zero was passed to `cvui.init()` as the delay waitkey p
cvui.py:1222
Function
lastKeyPressed
cvui.h:2209
Function
main
example/src/image-button/main.cpp:17
Function
main
example/src/canny/main.cpp:15
Function
main
example/src/mouse-complex-buttons/main.cpp:21
Function
main
example/src/complext-layout/main.cpp:59
Function
main
example/src/trackbar-complex/main.cpp:15
Function
main
example/src/multiple-windows-complex-dynamic/main.cpp:41
Function
main
example/src/mouse-complex/main.cpp:19
Function
main
example/src/ui-enhanced-window-component/main.cpp:25
Function
main
example/src/multiple-files/main.cpp:24
Function
main
example/src/row-column/main.cpp:32
Function
main
example/src/on-image/main.cpp:15
← previous
next →
101–200 of 234, ranked by callers