experimental_data_creation
Class BestVocSizeData

java.lang.Object
  extended by experimental_data_creation.BestVocSizeData

public class BestVocSizeData
extends java.lang.Object

This class can be used to generate multiple BDB stores with VLAD vectors computed using visual vocabularies of different sizes.

Author:
Eleftherios Spyromitros-Xioufis

Field Summary
static int descriptorLength
           
 
Constructor Summary
BestVocSizeData()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptorLength

public static final int descriptorLength
See Also:
Constant Field Values
Constructor Detail

BestVocSizeData

public BestVocSizeData()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - [0]Full path to the folder that contains the raw SURF feature files in text or binary format.
args - [1] Full path to the folder where the BDB store will be created.
args - [2] Comma separated list of full paths to the codebook files learned using L2-normalized SURF features.
args - [3] Comma separated list with the size of each vocabulary.
Throws:
java.lang.Exception