![]() |
ROC SDK
2.4.0
Scalable Face Recognition Software
|
Extract templates in a gallery with the specified indicies.
This command line application corresponds to the roc_at function in the Application Programming Interface. Indicies that aren't integers will be treated as roc_template_id and converted to roc_template_index automatically by calling roc_index_for_id.
| Option | Meaning | Default |
|---|---|---|
-f | Extract feature vector | Extract template |
-l <file> | See Index List | Treat index as an integer |
-t | Extract thumbnail | Extract template |
When the -l flag is specified, the second argument to this command is interpreted as a text file of newline-separated integer indicies. The order of the output gallery will be consistent with the order of the indicies in this list.
$ roc-at -h
faces.t to fourth.t. $ roc-at faces.t 3 fourth.t
faces.t to stdout. $ roc-at faces.t 3 > fourth.t
faces.t to fourth.jpg. $ roc-at -t faces.t 3 fourth.jpg
faces.t to fourth.bin. $ roc-at -f faces.t 3 fourth.bin
indicies.txt in the gallery faces.t to selected.t. $ roc-at -l faces.t indicies.txt selected.t
1.8.15