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
Function
main
example/src/trackbar/main.cpp:17
Function
main
example/src/interaction-area/main.cpp:19
Function
main
example/src/nested-rows-columns/main.cpp:20
Function
main
example/src/sparkline/main.cpp:35
Function
main
example/src/multiple-windows/main.cpp:126
Function
main
example/src/mouse/main.cpp:18
Function
main
example/src/button-shortcut/main.cpp:16
Function
main
example/src/ui-enhanced-canny/main.cpp:29
Function
main
example/src/trackbar-sparkline/main.cpp:15
Function
main
example/src/multiple-windows-complex-mouse/main.cpp:19
Function
main
example/src/main-app/main.cpp:17
Function
main
example/src/multiple-windows-complex/main.cpp:16
Function
main
example/src/hello-world/main.cpp:17
Function
mouse
Return the last position of the mouse. Parameters ---------- theWindowName: str name of the window whose mouse cursor will be used. If nothing
cvui.py:1234
Function
printf
Display a piece of text that can be formated using `C stdio's printf()` style. For instance if you want to display text mixed with numbers, you can
cvui.py:1496
Function
rect
Display a filled rectangle. Parameters ---------- theWhere: np.ndarray image/frame where the component should be rendered. theX: int positi
cvui.py:1660
Method
rect
(self, theBlock, theX, theY, theWidth, theHeight, theBorderColor, theFillingColor)
cvui.py:616
Method
renderInfo
(self, frame)
example/src/multiple-files/Class1.py:15
Method
renderMessage
(self, frame)
example/src/multiple-files/Class2.py:12
Method
reset
(self)
cvui.py:160
Method
setHeight
(self, h)
example/src/ui-enhanced-window-component/EnhancedWindow.py:74
Method
setHeight
example/src/ui-enhanced-window-component/EnhancedWindow.h:92
Method
setWidth
(self, w)
example/src/ui-enhanced-window-component/EnhancedWindow.py:71
Method
setWidth
example/src/ui-enhanced-window-component/EnhancedWindow.h:88
Function
space
Add an arbitrary amount of space between components within a `begin*()` and `end*()` block. The function is aware of context, so if it is used with
cvui.py:1973
Function
sparkline
Display the values of a vector as a sparkline. Parameters ---------- theWhere: np.ndarray image/frame where the component should be rendered.
cvui.py:1687
Method
sparkline
(self, theBlock, theValues, theX, theY, theWidth, theHeight, theColor)
cvui.py:631
Function
text
Display a piece of text. Parameters ---------- theWhere: np.ndarray image/frame where the component should be rendered. theX: int position
cvui.py:1471
Function
trackbar
Display a trackbar for numeric values that the user can increase/decrease by clicking and/or dragging the marker right or left. This component can
cvui.py:1580
Method
trackbar
(self, theBlock, theX, theY, theWidth, theValue, theParams)
cvui.py:586
Method
width
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:65
Function
window
Display a window (a block with a title and a body). Parameters ---------- theWhere: np.ndarray image/frame where the component should be rende
cvui.py:1635
Function
window
cvui.h:1823
Method
window
(self, theBlock, theX, theY, theWidth, theHeight, theTitle)
cvui.py:606
← previous
201–234 of 234, ranked by callers