mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
committed by
Alexander Alekhin
parent
b17c1c6721
commit
5d9c6723ee
@@ -99,7 +99,7 @@ static void checkParamGrid(const ParamGrid& pg)
|
||||
if( pg.minVal < DBL_EPSILON )
|
||||
CV_Error( CV_StsBadArg, "Lower bound of the grid must be positive" );
|
||||
if( pg.logStep < 1. + FLT_EPSILON )
|
||||
CV_Error( CV_StsBadArg, "Grid step must greater then 1" );
|
||||
CV_Error( CV_StsBadArg, "Grid step must greater than 1" );
|
||||
}
|
||||
|
||||
// SVM training parameters
|
||||
|
||||
Reference in New Issue
Block a user