|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexperimental_data_creation.SumVsMeanAggregationData
public class SumVsMeanAggregationData
This class can be used to generate the datasets of sum vs mean aggregation experiment.
Field Summary | |
---|---|
static int |
descriptorLength
|
static int |
numCentroids
The number of centroids in the supplied codebooks. |
Constructor Summary | |
---|---|
SumVsMeanAggregationData()
|
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 int numCentroids
public static final int descriptorLength
Constructor Detail |
---|
public SumVsMeanAggregationData()
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 SURF feature files in text or binary
format.args
- [1] Full path to the folder where the BDB store will be created.args
- [2] Full path to a codebook file with 64 centroids learned using L2-normalized SURF
features.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |