HomeSort by relevance Sort by last modified time
    Searched refs:cvRound (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/opencv/cv/src/
cvcamshift.cpp 93 eps = cvRound( criteria.epsilon * criteria.epsilon );
108 dx = cvRound( moments.m10 * inv_m00 - windowIn.width*0.5 );
109 dy = cvRound( moments.m01 * inv_m00 - windowIn.height*0.5 );
225 xc = cvRound( m10 * inv_m00 + windowIn.x );
226 yc = cvRound( m01 * inv_m00 + windowIn.y );
260 int _xc = cvRound( xc );
261 int _yc = cvRound( yc );
263 t0 = cvRound( fabs( length * cs ));
264 t1 = cvRound( fabs( width * sn ));
269 t0 = cvRound( fabs( length * sn ))
    [all...]
mycvHaarDetectObjects.cpp 123 int distance = cvRound(r1->width*0.2);
129 r2->width <= cvRound( r1->width * 1.2 ) &&
130 cvRound( r2->width * 1.2 ) >= r1->width;
689 _cascade->real_window_size.width = cvRound( _cascade->orig_window_size.width * scale );
690 _cascade->real_window_size.height = cvRound( _cascade->orig_window_size.height * scale );
695 equ_rect.x = equ_rect.y = cvRound(scale);
696 equ_rect.width = cvRound((_cascade->orig_window_size.width-2)*scale);
697 equ_rect.height = cvRound((_cascade->orig_window_size.height-2)*scale);
769 new_base_w = cvRound( r[0].width * scale ) / kx;
770 x0 = cvRound( r[0].x * scale )
    [all...]
cvsegmentation.cpp 349 int isr2 = cvRound(sr2), isr22 = MAX(isr2,16);
464 minx = cvRound(x0 - sp); minx = MAX(minx, 0);
465 miny = cvRound(y0 - sp); miny = MAX(miny, 0);
466 maxx = cvRound(x0 + sp); maxx = MIN(maxx, size.width-1);
467 maxy = cvRound(y0 + sp); maxy = MIN(maxy, size.height-1);
519 x1 = cvRound(sx*icount);
520 y1 = cvRound(sy*icount);
521 s0 = cvRound(s0*icount);
522 s1 = cvRound(s1*icount);
523 s2 = cvRound(s2*icount)
    [all...]
cvhough.cpp 114 numangle = cvRound(CV_PI / theta);
115 numrho = cvRound(((width + height) * 2 + 1) / rho);
136 r = cvRound( j * tabCos[n] + i * tabSin[n] );
514 numangle = cvRound(CV_PI / theta);
515 numrho = cvRound(((width + height) * 2 + 1) / rho);
581 r = cvRound( j * ttab[n*2] + i * ttab[n*2+1] );
605 dy0 = cvRound( b*(1 << shift)/fabs(a) );
612 dx0 = cvRound( a*(1 << shift)/fabs(b) );
702 r = cvRound( j1 * ttab[n*2] + i1 * ttab[n*2+1] );
807 iparam1 = cvRound(param1)
    [all...]
cvdominants.cpp 380 int dmin = cvRound(parameter1);
381 int dmax = cvRound(parameter2);
382 int dneigh = cvRound(parameter3);
383 int amax = cvRound(parameter4);
cvhaar.cpp 490 _cascade->real_window_size.width = cvRound( _cascade->orig_window_size.width * scale );
491 _cascade->real_window_size.height = cvRound( _cascade->orig_window_size.height * scale );
496 equ_rect.x = equ_rect.y = cvRound(scale);
497 equ_rect.width = cvRound((_cascade->orig_window_size.width-2)*scale);
498 equ_rect.height = cvRound((_cascade->orig_window_size.height-2)*scale);
570 new_base_w = cvRound( r[0].width * scale ) / kx;
571 x0 = cvRound( r[0].x * scale );
577 new_base_h = cvRound( r[0].height * scale ) / ky;
578 y0 = cvRound( r[0].y * scale );
596 tr.x = cvRound( r[k].x * scale )
    [all...]
cvadapthresh.cpp 134 CV_CALL( icvAdaptiveThreshold_MeanC( src, dst, method, cvRound(maxValue),type,
cvpgh.cpp 251 dp = cvRound( dp * angle_coeff * buffer[j] ) +
256 cvRound( icv_acos_table[dp] * angle_scale );
258 d1 = cvRound( d1 * dist_coeff );
259 d2 = cvRound( d2 * dist_coeff );
cvpyrsegmentation.cpp     [all...]
cvcalccontrasthistogram.cpp 111 array[i] = cvRound( hist->array[i] );
226 array[i] = cvRound( hist->array[i] );
  /external/opencv/cvaux/src/
_cvfacedetection.h 148 CvRect LeftEyeRect = cvRect(cvRound(rect.x - (dEyeWidth + dDistanceBetweenEye/(double)2 - (double)rect.width/(double)2)),
149 cvRound(rect.y - dDistanceEyeAboveMouth - dEyeHeight),
150 cvRound(dEyeWidth),
151 cvRound(dEyeHeight) );
153 CvRect RightEyeRect = cvRect(cvRound(rect.x + (double)rect.width/(double)2 + dDistanceBetweenEye/(double)2),
154 cvRound(rect.y - dDistanceEyeAboveMouth - dEyeHeight),
155 cvRound(dEyeWidth),
156 cvRound(dEyeHeight) );
158 // CvRect NoseRect = cvRect(cvRound(rect.x + (double)rect.width/(double)4),
159 // cvRound(rect.y - (double)rect.width/(double)2 - (double)rect.height/(double)4)
    [all...]
cvsubdiv2.cpp 136 buf[i] = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y ));
143 CvPoint ip = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y ));
cvcalibfilter.cpp 116 if( !params || cvRound(params[0]) != params[0] || params[0] < 3 ||
117 cvRound(params[1]) != params[1] || params[1] < 3 || params[2] <= 0 )
123 pointCount = cvRound((params[0] - 1)*(params[1] - 1));
160 int etalonWidth = cvRound( params[0] ) - 1;
161 int etalonHeight = cvRound( params[1] ) - 1;
411 cvSize( cvRound(etalonParams[0]),
412 cvRound(etalonParams[1])),
553 pt.x = cvRound(pts[j].x);
554 pt.y = cvRound(pts[j].y);
559 color = line_colors[(j/cvRound(etalonParams[0]))%colorCount]
    [all...]
cvmat.cpp 85 i = cvRound(d);
89 i = cvRound(d);
93 i = cvRound(d);
97 i = cvRound(d);
145 i = cvRound(d);
151 i = cvRound(d);
157 i = cvRound(d);
163 i = cvRound(d);
cvdpstereo.cpp 101 int param1 = cvRound(_param1);
102 int param2 = cvRound(_param2);
103 int param3 = cvRound(_param3);
104 int param4 = cvRound(_param4);
105 int param5 = cvRound(_param5);
cvsegment.cpp 191 newVal[0] = cvRound( sum[0] * inv_area );
192 newVal[1] = cvRound( sum[1] * inv_area );
193 newVal[2] = cvRound( sum[2] * inv_area );
289 dx[x] = (short)cvRound(xx);
290 dy[x] = (short)cvRound(yy);
292 //dx[x] = (short)cvRound(v);
497 int ffill_lw_up = cvRound( fabs(ffill_threshold) );
  /external/opencv/cxcore/src/
cxconvert.cpp     [all...]
cxdrawing.cpp 899 pts->x = cvRound( cx + x * alpha - y * beta );
900 pts->y = cvRound( cy - x * beta - y * alpha );
    [all...]
cxmatmul.cpp     [all...]
cxarithm.cpp     [all...]
cxmathfuncs.cpp 536 int it = cvRound(t);
843 val0 = cvRound(x0);
844 val1 = cvRound(x1);
845 val2 = cvRound(x2);
846 val3 = cvRound(x3);
890 val0 = cvRound(x0);
954 val0 = cvRound(x0);
955 val1 = cvRound(x1);
956 val2 = cvRound(x2);
957 val3 = cvRound(x3)
    [all...]
cxrand.cpp 406 ICV_IMPL_RANDN( 8u, uchar, int, cvRound, CV_CAST_8U )
407 ICV_IMPL_RANDN( 16u, ushort, int, cvRound, CV_CAST_16U )
408 ICV_IMPL_RANDN( 16s, short, int, cvRound, CV_CAST_16S )
409 ICV_IMPL_RANDN( 32s, int, int, cvRound, CV_CAST_32S )
  /external/opencv/cvaux/include/
cvmat.hpp 262 int t0 = cvRound(a.val[0]) & cvRound(b.val[0]);
263 int t1 = cvRound(a.val[1]) & cvRound(b.val[1]);
267 t0 = cvRound(a.val[2]) & cvRound(b.val[2]);
268 t1 = cvRound(a.val[3]) & cvRound(b.val[3]);
278 int t0 = cvRound(a.val[0]) | cvRound(b.val[0])
    [all...]
  /external/opencv/ml/src/
mlestimate.cpp 258 if (cvRound (responses_result[*data]) == cvRound (responses_fl[*data * step]))
269 if (cvRound (responses_result[*data]) == responses_i[*data * step])
583 *folds++ = cvRound (i * s_len * 1. / k_fold);
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 359 int t = cvRound(fi[x]*5);
500 int t = cvRound(b);
502 t = cvRound(Y);
504 t = cvRound(r);
515 int t = cvRound(b);
517 t = cvRound(Y);
519 t = cvRound(r);

Completed in 735 milliseconds

1 2 3 4