Commit a7d690221a3b7a87ea5ff53c7aa8c86e81020376
1 parent
6c18bec2
Removed unnecessary public scope qualifier
Showing
1 changed file
with
0 additions
and
2 deletions
openbr/plugins/cascade.cpp
| @@ -24,8 +24,6 @@ | @@ -24,8 +24,6 @@ | ||
| 24 | using namespace cv; | 24 | using namespace cv; |
| 25 | 25 | ||
| 26 | struct TrainParams{ | 26 | struct TrainParams{ |
| 27 | - | ||
| 28 | -public: | ||
| 29 | QString data; // REQUIRED: Filepath to store trained classifier | 27 | QString data; // REQUIRED: Filepath to store trained classifier |
| 30 | QString vec; // REQUIRED: Filepath to store vector of positive samples, default "vector" | 28 | QString vec; // REQUIRED: Filepath to store vector of positive samples, default "vector" |
| 31 | QString img; // Filepath to source object image. Either this or info is REQUIRED | 29 | QString img; // Filepath to source object image. Either this or info is REQUIRED |