-
Notifications
You must be signed in to change notification settings - Fork 31
FindVideo
Chaunte W. Lacewell edited this page Aug 26, 2022
·
1 revision
Works in a similar manner as FindEntity with the exception of returning video blobs and allowing the possibility of applying operations before returning those video blobs.
- [optional] _ref: for reference
- [optional] codec: indicates the codec to be transcoded.
- [optional] container: indicates the container used for the video file
- [optional] unique: [True or False]. Indicates whether a single element is expected to match that condition.
- [optional] results
- [optional] operations
- [optional] constraints
- [optional] link
{
"FindVideo": {
"constraints" : {
"name" : ["==", "The God Father"},
},
"operations": [
{
"type": "resize",
"w": 200,
"h": 200,
},
{
"type": "threshold",
"value": 155,
}
]
}
}
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