Home
last modified time | relevance | path

Searched refs:cvCeil (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cv/src/
Dcvadapthresh.cpp54 int idelta = type == CV_THRESH_BINARY ? cvCeil(delta) : cvFloor(delta); in icvAdaptiveThreshold_MeanC()
Dcvsurf.cpp437 x = cvCeil(xf)+1; patch_rect0.width = MAX(patch_rect0.width, x); in cvExtractSURF()
438 y = cvCeil(yf)+1; patch_rect0.height = MAX(patch_rect0.height, y); in cvExtractSURF()
Dcvhough.cpp887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 )); in icvHoughCirclesGradient()
Dcvsmooth.cpp1455 const int STRIPES = (int) cvCeil( (double) (size.width - 2*r) / in cvSmooth()
1457 const int STRIPE_SIZE = (int) cvCeil( in cvSmooth()
Dcvimgwarp.cpp762 int sx1 = cvCeil(fsx1), sx2 = cvFloor(fsx2); in cvResize()
/external/opencv/cxcore/src/
Dcxrand.cpp515 int t0 = iparam[0][i] = cvCeil( param1.val[i] ); in cvRandArr()
/external/opencv/cxcore/include/
Dcxtypes.h252 CV_INLINE int cvCeil( double value ) in cvCeil() function