public class VLADBuilder extends Object
VLAD object and serialise it to a file.| Modifier and Type | Field and Description |
|---|---|
protected File |
extractorFile |
protected File |
localFeaturesDir |
protected boolean |
normalise |
protected int |
numIterations |
protected int |
numVladCentroids |
protected File |
output |
protected String |
regex |
protected float |
sampleProp |
| Constructor and Description |
|---|
VLADBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
getInputFiles(List<File> localFeatures,
File dir,
Pattern pattern) |
static void |
main(String[] args)
Main method
|
protected File extractorFile
protected File localFeaturesDir
protected boolean normalise
protected float sampleProp
protected int numVladCentroids
protected int numIterations
public VLADBuilder()
public static void main(String[] args) throws IOException
args - argumentsIOException - if an error occurs during reading or writingprotected static void getInputFiles(List<File> localFeatures, File dir, Pattern pattern)