@@ -872,7 +872,7 @@ CV_INIT_ALGORITHM(Eigenfaces, "FaceRecognizer.Eigenfaces",
872872 obj.info()->addParam (obj, " labels" , obj._labels, true );
873873 obj.info()->addParam (obj, " eigenvectors" , obj._eigenvectors, true );
874874 obj.info()->addParam (obj, " eigenvalues" , obj._eigenvalues, true );
875- obj.info()->addParam (obj, " mean" , obj._mean, true ));
875+ obj.info()->addParam (obj, " mean" , obj._mean, true ))
876876
877877CV_INIT_ALGORITHM(Fisherfaces, " FaceRecognizer.Fisherfaces" ,
878878 obj.info()->addParam(obj, " ncomponents" , obj._num_components);
@@ -881,7 +881,7 @@ CV_INIT_ALGORITHM(Fisherfaces, "FaceRecognizer.Fisherfaces",
881881 obj.info()->addParam (obj, " labels" , obj._labels, true );
882882 obj.info()->addParam (obj, " eigenvectors" , obj._eigenvectors, true );
883883 obj.info()->addParam (obj, " eigenvalues" , obj._eigenvalues, true );
884- obj.info()->addParam (obj, " mean" , obj._mean, true ));
884+ obj.info()->addParam (obj, " mean" , obj._mean, true ))
885885
886886CV_INIT_ALGORITHM(LBPH, " FaceRecognizer.LBPH" ,
887887 obj.info()->addParam(obj, " radius" , obj._radius);
@@ -890,7 +890,7 @@ CV_INIT_ALGORITHM(LBPH, "FaceRecognizer.LBPH",
890890 obj.info()->addParam (obj, " grid_y" , obj._grid_y);
891891 obj.info()->addParam (obj, " threshold" , obj._threshold);
892892 obj.info()->addParam (obj, " histograms" , obj._histograms, true );
893- obj.info()->addParam (obj, " labels" , obj._labels, true ));
893+ obj.info()->addParam (obj, " labels" , obj._labels, true ))
894894
895895bool initModule_contrib()
896896{
0 commit comments