|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexperimental_data_creation.BestFeatureData
public class BestFeatureData
This class can be used to generate the datasets of the best feature experiment.
Field Summary | |
---|---|
static int |
numCentroids
The number of centroids in the supplied codebooks. |
static double |
power
The power in used in power-normalization of the local features. |
Constructor Summary | |
---|---|
BestFeatureData()
|
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 |
---|
public static final double power
public static final int numCentroids
Constructor Detail |
---|
public BestFeatureData()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0] Full path to the folder that contains the raw feature files in text or binary format.args
- [1] Full path to the folder where the BDB stores will be created.args
- [2] The type of features (sift or surf).args
- [3] Full path to a codebook file with 64 centroids learned using L2-normalized features of
the specified type.args
- [4] Full path to a codebook file with 64 centroids learned using Power+L2-normalized
features of the specified type.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |