Home | History | Annotate | Download | only in src

Lines Matching refs:CvRect

175     CvRect* ipp_features = 0;
238 CvRect r = classifier->haar_feature[l].rect[k].r;
354 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
444 CvRect equ_rect;
535 CvRect r[3];
584 CvRect tr;
840 const CvRect* r1 = (const CvRect*)_r1;
841 const CvRect* r2 = (const CvRect*)_r2;
910 seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage );
921 sizeof(CvRect), temp_storage_thread ));
953 CvRect equ_rect = { icv_object_win_border, icv_object_win_border,
1069 CvRect obj_rect = { cvRound(x*factor), cvRound(y*factor),
1091 CvRect scan_roi_rect = {0,0,0,0};
1120 big_seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage );
1130 CvRect equ_rect = { 0, 0, 0, 0 };
1222 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height);
1237 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height);
1277 CvRect r1 = *(CvRect*)cvGetSeqElem( seq, i );
1313 CvRect r1 = *(CvRect*)cvGetSeqElem( seq, i );
1413 CvRect* rect = (CvRect*)cvGetSeqElem( seq, i );
1435 CvRect r1 = *(CvRect*)cvGetSeqElem( seq, i );
1590 CvRect r;
1910 CvRect r;
1972 classifier->haar_feature[k].rect[l].r = cvRect( 0, 0, 0, 0 );