@@ -872,7 +872,7 @@ CV_INIT_ALGORITHM(Eigenfaces, "FaceRecognizer.Eigenfaces",
872
872
obj.info()->addParam (obj, " labels" , obj._labels, true );
873
873
obj.info()->addParam (obj, " eigenvectors" , obj._eigenvectors, true );
874
874
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 ))
876
876
877
877
CV_INIT_ALGORITHM(Fisherfaces, " FaceRecognizer.Fisherfaces" ,
878
878
obj.info()->addParam(obj, " ncomponents" , obj._num_components);
@@ -881,7 +881,7 @@ CV_INIT_ALGORITHM(Fisherfaces, "FaceRecognizer.Fisherfaces",
881
881
obj.info()->addParam (obj, " labels" , obj._labels, true );
882
882
obj.info()->addParam (obj, " eigenvectors" , obj._eigenvectors, true );
883
883
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 ))
885
885
886
886
CV_INIT_ALGORITHM(LBPH, " FaceRecognizer.LBPH" ,
887
887
obj.info()->addParam(obj, " radius" , obj._radius);
@@ -890,7 +890,7 @@ CV_INIT_ALGORITHM(LBPH, "FaceRecognizer.LBPH",
890
890
obj.info()->addParam (obj, " grid_y" , obj._grid_y);
891
891
obj.info()->addParam (obj, " threshold" , obj._threshold);
892
892
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 ))
894
894
895
895
bool initModule_contrib()
896
896
{
0 commit comments