cvui
A (very) simple UI lib built on top of OpenCV drawing primitives
complex-layout Namespace Reference

Functions

def group (frame, x, y, width, height)
 
def main ()
 

Variables

string WINDOW_NAME = 'Complex layout'
 

Function Documentation

◆ group()

def complex-layout.group (   frame,
  x,
  y,
  width,
  height 
)

References cvui.rect(), cvui.text(), and cvui.window().

Referenced by main().

◆ main()

def complex-layout.main ( )

References group(), cvui.init(), and cvui.update().

Variable Documentation

◆ WINDOW_NAME

string complex-layout.WINDOW_NAME = 'Complex layout'