MCPcopy Create free account

hub / github.com/Dovyski/cvui / functions

Functions234 in github.com/Dovyski/cvui

↓ 1 callersFunctionisWindowOpen
Check if an OpenCV window is open. From: https://stackoverflow.com/a/48055987/29827
example/src/multiple-windows-complex-dynamic/main.cpp:22
↓ 1 callersFunctionload
(thePath)
example/src/sparkline/sparkline.py:16
↓ 1 callersFunctionload
example/src/sparkline/main.cpp:19
↓ 1 callersFunctionmain
()
cvui.py:43
↓ 1 callersFunctionmain
()
example/src/image-button/image-button.py:14
↓ 1 callersFunctionmain
()
example/src/canny/canny.py:15
↓ 1 callersFunctionmain
()
example/src/mouse-complex-buttons/mouse-complex-buttons.py:18
↓ 1 callersFunctionmain
()
example/src/complext-layout/complex-layout.py:56
↓ 1 callersFunctionmain
()
example/src/trackbar-complex/trackbar-complex.py:20
↓ 1 callersFunctionmain
()
example/src/multiple-windows-complex-dynamic/multiple-windows-complex-dynamic.py:37
↓ 1 callersFunctionmain
()
example/src/mouse-complex/mouse-complex.py:16
↓ 1 callersFunctionmain
()
example/src/ui-enhanced-window-component/ui-enhanced-window-component.py:25
↓ 1 callersFunctionmain
()
example/src/multiple-files/multiple-files.py:19
↓ 1 callersFunctionmain
()
example/src/row-column/row-column.py:31
↓ 1 callersFunctionmain
()
example/src/on-image/on-image.py:20
↓ 1 callersFunctionmain
()
example/src/trackbar/trackbar.py:20
↓ 1 callersFunctionmain
()
example/src/interaction-area/interaction-area.py:16
↓ 1 callersFunctionmain
()
example/src/nested-rows-columns/nested-rows-columns.py:18
↓ 1 callersFunctionmain
()
example/src/sparkline/sparkline.py:34
↓ 1 callersFunctionmain
()
example/src/multiple-windows/multiple-windows.py:121
↓ 1 callersFunctionmain
()
example/src/mouse/mouse.py:15
↓ 1 callersFunctionmain
()
example/src/button-shortcut/button-shortcut.py:20
↓ 1 callersFunctionmain
()
example/src/ui-enhanced-canny/ui-enhanced-canny.py:29
↓ 1 callersFunctionmain
()
example/src/trackbar-sparkline/trackbar-sparkline.py:20
↓ 1 callersFunctionmain
()
example/src/multiple-windows-complex-mouse/multiple-windows-complex-mouse.py:17
↓ 1 callersFunctionmain
()
example/src/main-app/main-app.py:14
↓ 1 callersFunctionmain
()
example/src/multiple-windows-complex/multiple-windows-complex.py:16
↓ 1 callersFunctionmain
()
example/src/hello-world/hello-world.py:15
↓ 1 callersMethodmouseBQ
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 callersMethodmouseQ
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 callersMethodmouseW
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 callersMethodpopBlock
(self)
cvui.py:374
↓ 1 callersMethodpushBlock
(self)
cvui.py:370
↓ 1 callersFunctionresetRenderingBuffer
cvui.h:1565
↓ 1 callersMethodtext
(self, theBlock, theX, theY, theText, theFontScale, theColor, theUpdateLayout)
cvui.py:412
↓ 1 callersFunctiontrackbarForceValuesAsMultiplesOfSmallStep
cvui.h:1589
↓ 1 callersMethodtrackbarForceValuesAsMultiplesOfSmallStep
(self, theParams, theValue)
cvui.py:475
↓ 1 callersFunctiontrackbarHandle
cvui.h:1951
↓ 1 callersMethodtrackbarHandle
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:808
↓ 1 callersFunctiontrackbarPath
cvui.h:1979
↓ 1 callersMethodtrackbarPath
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:837
↓ 1 callersFunctiontrackbarSegments
cvui.h:2024
↓ 1 callersMethodtrackbarSegments
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:878
↓ 1 callersFunctiontrackbarSteps
cvui.h:1990
↓ 1 callersMethodtrackbarSteps
(self, theBlock, theState, theShape, theValue, theParams, theWorkingArea)
cvui.py:847
↓ 1 callersFunctiontrackbarXPixelToValue
cvui.h:1598
↓ 1 callersMethodtrackbarXPixelToValue
(self, theParams, theBounding, thePixelX)
cvui.py:481
↓ 1 callersFunctionupdate
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
MethodClass1
example/src/multiple-files/Class1.cpp:9
MethodClass2
example/src/multiple-files/Class2.cpp:9
MethodEnhancedWindow
example/src/ui-enhanced-window-component/EnhancedWindow.h:32
MethodTrackbarParams
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
Methodbegin
(self, frame)
example/src/ui-enhanced-window-component/EnhancedWindow.py:31
FunctionbeginColumn
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
FunctionbeginRow
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
Functionbutton
Display a button. The size of the button will be automatically adjusted to properly house the label content. Parameters ---------- theWhere: np
cvui.py:1342
Methodbutton
(self, theBlock, theX, theY, theLabel)
cvui.py:545
Functioncheckbox
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
Methodcheckbox
(self, theBlock, theX, theY, theLabel, theState, theColor)
cvui.py:443
Functioncontext
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
Functioncounter
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
Methodcounter
(self, theBlock, theX, theY, theValue, theStep, theFormat)
cvui.py:425
Methodend
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:61
FunctionendColumn
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
FunctionendRow
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
FunctionhandleMouse
cvui.h:2458
Methodheight
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:68
Methodheight
example/src/ui-enhanced-window-component/EnhancedWindow.h:84
Functioniarea
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
Functionimage
Display an image (np.ndarray). Parameters ---------- theWhere: np.ndarray image/frame where the provded image should be rendered. theX: int
cvui.py:1423
Methodimage
(self, theBlock, theX, theY, theImage)
cvui.py:573
Functionimshow
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
Functioninit
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
MethodisMinimized
(self)
example/src/ui-enhanced-window-component/EnhancedWindow.py:78
FunctionlastKeyPressed
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
FunctionlastKeyPressed
cvui.h:2209
Functionmain
example/src/image-button/main.cpp:17
Functionmain
example/src/canny/main.cpp:15
Functionmain
example/src/mouse-complex-buttons/main.cpp:21
Functionmain
example/src/complext-layout/main.cpp:59
Functionmain
example/src/trackbar-complex/main.cpp:15
Functionmain
example/src/multiple-windows-complex-dynamic/main.cpp:41
Functionmain
example/src/mouse-complex/main.cpp:19
Functionmain
example/src/ui-enhanced-window-component/main.cpp:25
Functionmain
example/src/multiple-files/main.cpp:24
Functionmain
example/src/row-column/main.cpp:32
Functionmain
example/src/on-image/main.cpp:15
← previousnext →101–200 of 234, ranked by callers