Commit 82da48ed9f726a190ed409909668b7a4a7e60002
1 parent
3e2bb595
fixed spacing
Showing
1 changed file
with
1 additions
and
1 deletions
sdk/openbr_plugin.h
| ... | ... | @@ -126,7 +126,7 @@ void reset_##NAME() { NAME = DEFAULT; } |
| 126 | 126 | * path | QString | Resolve complete file paths from file names |
| 127 | 127 | * enrollAll | bool | Enroll zero or more templates per file |
| 128 | 128 | * separator | QString | Seperate #name into multiple files |
| 129 | - * Index | int | Index of a template in a template list | |
| 129 | + * Index | int | Index of a template in a template list | |
| 130 | 130 | * Label | float | Classification/Regression class |
| 131 | 131 | * Confidence | float | Classification/Regression quality |
| 132 | 132 | * FTE | bool | Failure to enroll | ... | ... |