-
Notifications
You must be signed in to change notification settings - Fork 31
Block collections
Luis Remis edited this page Feb 9, 2018
·
1 revision
One of the easiest ways to search for entities is by grouping them in collections. For example, images of all dogs could be connected to a collection called "Dog" and then a query over the collection dog could give us all the images that have dogs in them. So this collections block defines the collection that will be used to associate the data, both at insertion and at query time.
The collection block is defined as an array, that can have N elements, with N >= 1.
"collections": ["cars", "trucks"]
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