Searched refs:orig_window_size (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp174 CvSize orig_window_size; local
190 orig_window_size = cascade->orig_window_size;
224 r.x + r.width > orig_window_size.width
227 (r.x < 0 || r.y + r.height > orig_window_size.height))
230 r.y + r.width + r.height > orig_window_size.height)))
330 float ipp_weight_scale=(float)(1./((orig_window_size.width-icv_object_win_border*2)*
331 (orig_window_size.height-icv_object_win_border*2)));
359 //ipp_features[k].y = orig_window_size.height - ipp_features[k].y - ipp_features[k].height;
689 _cascade->real_window_size.width = cvRound( _cascade->orig_window_size
[all...]
H A Dcvhaar.cpp192 CvSize orig_window_size; local
208 orig_window_size = cascade->orig_window_size;
242 r.x + r.width > orig_window_size.width
245 (r.x < 0 || r.y + r.height > orig_window_size.height))
248 r.y + r.width + r.height > orig_window_size.height)))
348 float ipp_weight_scale=(float)(1./((orig_window_size.width-icv_object_win_border*2)*
349 (orig_window_size.height-icv_object_win_border*2)));
377 //ipp_features[k].y = orig_window_size.height - ipp_features[k].y - ipp_features[k].height;
490 _cascade->real_window_size.width = cvRound( _cascade->orig_window_size
[all...]
/external/opencv/cv/include/
H A Dcvtypes.h367 CvSize orig_window_size; member in struct:CvHaarClassifierCascade
H A Dcv.h1122 const char* directory, CvSize orig_window_size);

Completed in 255 milliseconds