Package | Description |
---|---|
org.openimaj.tools.clusterquantiser |
Modifier and Type | Method and Description |
---|---|
static ClusterQuantiserOptions |
ClusterQuantiser.mainOptions(String[] args)
Prepare options
|
Modifier and Type | Method and Description |
---|---|
static SpatialClusters<?> |
ClusterQuantiser.do_create(ClusterQuantiserOptions options)
create new clusters
|
static List<SampleBatch> |
ClusterQuantiser.do_getSampleBatches(ClusterQuantiserOptions options)
Get sample batches
|
static byte[][] |
ClusterQuantiser.do_getSamples(ClusterQuantiserOptions options)
Get samples
|
static void |
ClusterQuantiser.do_quant(ClusterQuantiserOptions cqo)
Quantise features
|