HomeSort by relevance Sort by last modified time
    Searched refs:errorstr (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 171 char errorstr[100]; local
201 sprintf( errorstr, "header of the stage classifier #%d is invalid "
203 CV_ERROR( CV_StsError, errorstr );
232 sprintf( errorstr, "rectangle #%d of the classifier #%d of "
235 CV_ERROR( CV_StsNullPtr, errorstr );
    [all...]
cvhaar.cpp 189 char errorstr[100]; local
219 sprintf( errorstr, "header of the stage classifier #%d is invalid "
221 CV_ERROR( CV_StsError, errorstr );
250 sprintf( errorstr, "rectangle #%d of the classifier #%d of "
253 CV_ERROR( CV_StsNullPtr, errorstr );
    [all...]

Completed in 36 milliseconds