HomeSort by relevance Sort by last modified time
    Searched refs:cvCeil (Results 1 - 7 of 7) sorted by null

  /external/opencv/cv/src/
cvadapthresh.cpp 54 int idelta = type == CV_THRESH_BINARY ? cvCeil(delta) : cvFloor(delta);
cvsurf.cpp 437 x = cvCeil(xf)+1; patch_rect0.width = MAX(patch_rect0.width, x);
438 y = cvCeil(yf)+1; patch_rect0.height = MAX(patch_rect0.height, y);
cvhough.cpp 887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 ));
    [all...]
cvsmooth.cpp     [all...]
cvimgwarp.cpp     [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 515 int t0 = iparam[0][i] = cvCeil( param1.val[i] );
  /external/opencv/cxcore/include/
cxtypes.h 252 CV_INLINE int cvCeil( double value )
    [all...]

Completed in 147 milliseconds