create (MediaCollection, long[]...)

format

Vector create(MediaCollection mediaCollection,long keys[],SearchParameters parameters,double threshold,int minimumClusterSize) throws EveException

description

Use this method to generate a Visual Vocabulary for a specific subset or series of images based on the values defined for the parameters. If you want to generate a visual vocabulary for an entire database of images, use the following method, create(MediaCollection, SearchParameters, double, int).

parameters

mediaCollection - the MediaCollection for which you want to build a Visual Vocabulary

 

keys - an array of keys of SearchResults objects.

 

parameters - the SearchParameters object containing the arguments for the search

 

threshold - a value (0-100) that determines how similar an image must be to appear within a group in the vocabulary. A high threshold means images must be very similar. A low threshold relaxes the criteria. For example, if you set this value to 90, then images that are 90% visually similar are organized within the same group.

 

minimumClusterSize - (0-10) the value that determines the minimum size of the groups in which visually similar images (based on the threshold value) are organized. For example, the lower the value, the more groups that are created and the less images that appear within those groups; the higher the value, the less groups that are created and the more images that appear within those groups.

 

For large databases of images, we recommend using a higher number for the value of this parameter.

returns

nothing (void)

throws

The create() throws an Exception if an error occurs while the MediaCollection is being created.