Mercurial > hg > audiodb
comparison gengetopt.in @ 258:d12364d8b9ea adding-emd
added cmdline stubs for distance switch and skeleton methods for EMD
author | map01bf |
---|---|
date | Fri, 25 Apr 2008 17:40:19 +0000 |
parents | bfd34e8c84fb |
children |
comparison
equal
deleted
inserted
replaced
255:bfd34e8c84fb | 258:d12364d8b9ea |
---|---|
1 package "audioDB" | 1 package "audioDB" |
2 version "version 0.8.preview" | 2 version "version 0.8.preview with EMD" |
3 purpose "A feature vector database management system for content-based retrieval." | 3 purpose "A feature vector database management system for content-based retrieval." |
4 option "help" H "print help on audioDB usage and exit." optional | 4 option "help" H "print help on audioDB usage and exit." optional |
5 option "verbosity" v "level of detail of operational information." int typestr="detail" default="1" optional | 5 option "verbosity" v "level of detail of operational information." int typestr="detail" default="1" optional |
6 text "\nDatabase commands are UPPER CASE. Command options are lower case.\n" | 6 text "\nDatabase commands are UPPER CASE. Command options are lower case.\n" |
7 text "" | 7 text "" |
34 section "Database Search" sectiondesc="Thse commands control the retrieval behaviour.\n" | 34 section "Database Search" sectiondesc="Thse commands control the retrieval behaviour.\n" |
35 | 35 |
36 option "QUERY" Q "content-based search on --database using --features as a query. Optionally restrict the search to those tracks identified in a --keyList." values="point","track","sequence", "nsequence" typestr="searchtype" dependon="database" dependon="features" optional | 36 option "QUERY" Q "content-based search on --database using --features as a query. Optionally restrict the search to those tracks identified in a --keyList." values="point","track","sequence", "nsequence" typestr="searchtype" dependon="database" dependon="features" optional |
37 option "qpoint" p "ordinal position of query start point in --features file." int typestr="position" default="0" optional | 37 option "qpoint" p "ordinal position of query start point in --features file." int typestr="position" default="0" optional |
38 option "exhaustive" e "exhaustive search: iterate through all query vectors in search. Overrides --qpoint." flag off optional hidden | 38 option "exhaustive" e "exhaustive search: iterate through all query vectors in search. Overrides --qpoint." flag off optional hidden |
39 option "earthMovers" E "earthMoversDistance: use earth movers distance as vector to vector distance metric rather than euclidean like metrics. EXPERIMENTAL -- only intended for use with statistical summary vectors (GMMs for instance)" flag off optional hidden | |
39 option "pointnn" n "number of point nearest neighbours to use in retrieval." int typestr="numpoints" default="10" optional | 40 option "pointnn" n "number of point nearest neighbours to use in retrieval." int typestr="numpoints" default="10" optional |
40 option "radius" R "radius search, returns all points/tracks/sequences inside given radius. (Overrides --pointnn)." double default="1.0" optional | 41 option "radius" R "radius search, returns all points/tracks/sequences inside given radius. (Overrides --pointnn)." double default="1.0" optional |
41 option "expandfactor" x "time compress/expand factor of result length to query length [1.0 .. 100.0]." double default="1.1" optional hidden | 42 option "expandfactor" x "time compress/expand factor of result length to query length [1.0 .. 100.0]." double default="1.1" optional hidden |
42 option "rotate" o "rotate query vectors for rotationally invariant search." flag off optional hidden | 43 option "rotate" o "rotate query vectors for rotationally invariant search." flag off optional hidden |
43 option "resultlength" r "maximum length of the result list." int typestr="length" default="10" optional | 44 option "resultlength" r "maximum length of the result list." int typestr="length" default="10" optional |