AnnotationRectangle Field |
https://www.emgu.com
The coordinates of the rectangle, the values are in the range of [0, 1], each rectangle contains 4 values, corresponding to the top left corner (x0, y0) and bottom right corner (x1, y1)
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
SyntaxPublic Rectangle As Single()
public:
array<float>^ Rectangle
val mutable Rectangle: float32[]
Field Value
Type:
Single
See Also