ROC SDK  2.4.0
Scalable Face Recognition Software
roc-remove

Remove templates in a gallery at the specified indicies.

This command line application corresponds to the roc_remove function in the Application Programming Interface.

Options

Option Meaning Default
-d Call roc_defragment after removing the templates Do not defragement the gallery
-n Number of templates to remove at each index 1

Examples

Show help
Print application usage and supported arguments.
$ roc-remove -h 
Remove a template
Remove the fourth template from the gallery faces.t.
$ roc-remove faces.t 3 
Remove multiple templates
Remove the first two templates from the gallery faces.t.
$ roc-remove faces.t 0 1