tags
- Introduction
Object Tags
- Audio
- HyperText
- Image
- Paragraphs
- Table
- Text
- TimeSeries
- Video
Control Tags
- Brush
- BrushLabels
- Choice
- Choices
- DateTime
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Number
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- Taxonomy
- TextArea
- TimeSeriesLabels
- VideoRectangle
Visual & Experience Tags
- Collapse
- Filter
- Header
- Repeater
- Style
- View
VideoRectangle
VideoRectangle tag brings Object Tracking capabilities to videos. It works in combination with the <Video/> and the <Labels/> tags.
Use with the following data types: video
Parameters
| Param | Type | Description |
|---|---|---|
| name | string |
Name of the element |
| toName | string |
Name of the element to control (video) |
Example
Video Object Tracking
<View>
<Header>Label the video:</Header>
<Video name="video" value="$video" />
<VideoRectangle name="box" toName="video" />
<Labels name="videoLabels" toName="video">
<Label value="Cell" background="#944BFF"/>
<Label value="Bacteria" background="#98C84E"/>
</Labels>
</View>
Couldn't find what you were looking for? Please let us know on
Slack
If you found an error, you can file an issue on GitHub!
If you found an error, you can file an issue on GitHub!