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,7 +126,7 @@ void reset_##NAME() { NAME = DEFAULT; } | ||
| 126 | * path | QString | Resolve complete file paths from file names | 126 | * path | QString | Resolve complete file paths from file names |
| 127 | * enrollAll | bool | Enroll zero or more templates per file | 127 | * enrollAll | bool | Enroll zero or more templates per file |
| 128 | * separator | QString | Seperate #name into multiple files | 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 | * Label | float | Classification/Regression class | 130 | * Label | float | Classification/Regression class |
| 131 | * Confidence | float | Classification/Regression quality | 131 | * Confidence | float | Classification/Regression quality |
| 132 | * FTE | bool | Failure to enroll | 132 | * FTE | bool | Failure to enroll |