MCPcopy Create free account

hub / github.com/Dovyski/cvui / functions

Functions234 in github.com/Dovyski/cvui

Functionmain
example/src/trackbar/main.cpp:17
Functionmain
example/src/interaction-area/main.cpp:19
Functionmain
example/src/nested-rows-columns/main.cpp:20
Functionmain
example/src/sparkline/main.cpp:35
Functionmain
example/src/multiple-windows/main.cpp:126
Functionmain
example/src/mouse/main.cpp:18
Functionmain
example/src/button-shortcut/main.cpp:16
Functionmain
example/src/ui-enhanced-canny/main.cpp:29
Functionmain
example/src/trackbar-sparkline/main.cpp:15
Functionmain
example/src/multiple-windows-complex-mouse/main.cpp:19
Functionmain
example/src/main-app/main.cpp:17
Functionmain
example/src/multiple-windows-complex/main.cpp:16
Functionmain
example/src/hello-world/main.cpp:17
Functionmouse
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
Functionprintf
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
Functionrect
Display a filled rectangle. Parameters ---------- theWhere: np.ndarray image/frame where the component should be rendered. theX: int positi
cvui.py:1660
Methodrect
(self, theBlock, theX, theY, theWidth, theHeight, theBorderColor, theFillingColor)
cvui.py:616
MethodrenderInfo
(self, frame)
example/src/multiple-files/Class1.py:15
MethodrenderMessage
(self, frame)
example/src/multiple-files/Class2.py:12
Methodreset
(self)
cvui.py:160
MethodsetHeight
(self, h)
example/src/ui-enhanced-window-component/EnhancedWindow.py:74
MethodsetHeight
example/src/ui-enhanced-window-component/EnhancedWindow.h:92
MethodsetWidth
(self, w)
example/src/ui-enhanced-window-component/EnhancedWindow.py:71
MethodsetWidth
example/src/ui-enhanced-window-component/EnhancedWindow.h:88
Functionspace
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
Functionsparkline
Display the values of a vector as a sparkline. Parameters ---------- theWhere: np.ndarray image/frame where the component should be rendered.
cvui.py:1687
Methodsparkline
(self, theBlock, theValues, theX, theY, theWidth, theHeight, theColor)
cvui.py:631
Functiontext
Display a piece of text. Parameters ---------- theWhere: np.ndarray image/frame where the component should be rendered. theX: int position
cvui.py:1471
Functiontrackbar
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
Methodtrackbar
(self, theBlock, theX, theY, theWidth, theValue, theParams)
cvui.py:586
Methodwidth
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:65
Functionwindow
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
Functionwindow
cvui.h:1823
Methodwindow
(self, theBlock, theX, theY, theWidth, theHeight, theTitle)
cvui.py:606
← previous201–234 of 234, ranked by callers