Bundle OpenCV computer vision library. Image supports loading, saving, resizing, color conversion, blurring, edge detection, cropping, and drawing. VideoCapture reads from files or camera streams. Compile with -lib opencv.
Rect
OpenCV rectangle
Inherits: Point
Operations
New # constructor
Constructor
New(x:Int, y:Int, width:Int, height:Int)Parameters
| Name | Type | Description |
|---|---|---|
| x | Int | x-position |
| y | Int | y-position |
| width | Int | width |
| height | Int | height |
ToJson #
JSON representation
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation |