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

1 23 4

  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 336 int deltaC = cvRound(model->params.delta * 256 / model->params.Lc);
337 int deltaCC = cvRound(model->params.delta * 256 / model->params.Lcc);
715 int a = cvRound(ptr[l]*(1 - model->params.alpha1) + model->params.alpha1*curr_data[l]);
cvmorphcontours.cpp 596 point_output.x = cvRound(point1[i].x + param*( point2[corr_point].x - point1[i].x ));
597 point_output.y = cvRound(point1[i].y + param*( point2[corr_point].y - point1[i].y ));
cvscanlines.cpp 1143 prewarp_height = cvRound( MAX(a, b) );
    [all...]
cvepilines.cpp     [all...]
cvtrifocal.cpp     [all...]
cveigenobjects.cpp     [all...]
cvvecfacetracking.cpp 477 int d = cvRound(0.25 * d_eyes);
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 780 int ri = cvRound(rf);
    [all...]
mlem.cpp 378 labels->data.i[i*lstep] = cvRound(predict(&sample, &prob));
    [all...]
mltree.cpp 355 val = cvRound(t);
    [all...]
mlboost.cpp     [all...]
  /external/opencv/cv/src/
cvthresh.cpp 392 imaxval = cvRound(maxval);
cvtemplmatch.cpp 112 blocksize.width = cvRound(templ->cols*block_scale);
115 blocksize.height = cvRound(templ->rows*block_scale);
cvlkpyramid.cpp     [all...]
cvsamplers.cpp 500 #define ICV_SCALE(x) cvRound((x)*(1 << ICV_SHIFT))
598 #define ICV_32F8U(x) ((uchar)cvRound(x))
    [all...]
cvfundam.cpp 155 max_iters : cvRound(num/denom);
294 niters = cvRound(log(1-confidence)/log(1-pow(1-outlierRatio,(double)modelPoints)));
    [all...]
cvcalibration.cpp     [all...]
cvundistort.cpp 83 dst[u*cn + i] = (uchar)cvRound(t0 + _y*(t1 - t0));
cvmorph.cpp 435 int dx = cvRound(c*sqrt(((double)r*r - dy*dy)*inv_r2));
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 706 int ivalue = cvRound(value);
746 int ivalue = cvRound(value);
    [all...]
cxarray.cpp     [all...]
cxcmp.cpp 780 ival = cvRound(value);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
cxmisc.h 254 #define CV_FLT_TO_FIX(x,n) cvRound((x)*(1<<(n)))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp     [all...]

Completed in 831 milliseconds

1 23 4