## General
cover_image_filename=
# name of image to use as cover image for this project

## Search Engine
search_engine=relja_retrival
# Name of search engine used to index and search images

## Descriptor
use_root_sift=true
# Use SIFT feature descriptor

sift_scale_3=true
# Scale SIFT features by 3 (a heuristic that results in good performance)

## Visual Vocabulary

bow_descriptor_count=-1
# number of descriptors to use for clustering to generate visual vocabulary

cluster_num_iteration=10
# number of iterations of kmeans based clustering

bow_cluster_count=10000
# number of words in visual vocabulary (i.e. number of clusters in descriptor space).

hamm_embedding_bits=64
# number of bits to use for hamming embedding. For large dataset, use a value of 32