Commit a7d690221a3b7a87ea5ff53c7aa8c86e81020376

Authored by dgcrouse
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 24 using namespace cv;
25 25  
26 26 struct TrainParams{
27   -
28   -public:
29 27 QString data; // REQUIRED: Filepath to store trained classifier
30 28 QString vec; // REQUIRED: Filepath to store vector of positive samples, default "vector"
31 29 QString img; // Filepath to source object image. Either this or info is REQUIRED
... ...