-
Notifications
You must be signed in to change notification settings - Fork 31
Block rectangle
Chaunte W. Lacewell edited this page Aug 26, 2022
·
1 revision
This is used to set the coordinates for a bounding box. A rectangle has the following form:
"rectangle": {"x":, "y":, "w":, "h":}
where x and y are the coordinates of the upper left corner of the region of interest and w and h are the width and height (respectively) of the region.
"rectangle": {
"x": 100,
"y": 200,
"height": 1024,
"width": 640,
}
Visual Data Management System - Intel Labs
FLINNG Library and Performance
Basic Building Blocks
Insert
- AddBlob
- AddBoundingBox
- AddConnection
- AddDescriptor
- AddDescriptorSet
- AddEntity
- AddImage
- AddVideo
- NeoAdd
Query
- ClassifyDescriptor
- FindBlob
- FindBoundingBox
- FindConnection
- FindDescriptor
- FindDescriptorSet
- FindEntity
- FindFrames
- FindImage
- FindVideo
- NeoFind
Update