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.
Scalar
OpenCV scalar
Operations
GetV0 #
Get value 0
method : public : GetV0() ~ Float
Return
| Type | Description |
|---|
| Float | value 0 |
GetV1 #
Get value 1
method : public : GetV1() ~ Float
Return
| Type | Description |
|---|
| Float | value 1 |
GetV2 #
Get value 2
method : public : GetV2() ~ Float
Return
| Type | Description |
|---|
| Float | value 2 |
GetV3 #
Get value 3
method : public : GetV3() ~ Float
Return
| Type | Description |
|---|
| Float | value 3 |
New # constructor
Constructor
New(v0:Float, v1:Float, v2:Float, v3:Float)
Parameters