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

  /external/opencv/cv/src/
cvsamplers.cpp 159 ip.x = cvFloor( center.x ); \
160 ip.y = cvFloor( center.y ); \
277 ip.x = cvFloor( center.x ); \
278 ip.y = cvFloor( center.y ); \
405 ip.x = cvFloor( center.x );
406 ip.y = cvFloor( center.y );
623 if( (unsigned)(cvFloor(xs)-1) < (unsigned)(src_size.width - 3) && \
624 (unsigned)(cvFloor(ys)-1) < (unsigned)(src_size.height - 3) && \
625 (unsigned)(cvFloor(xe)-1) < (unsigned)(src_size.width - 3) && \
626 (unsigned)(cvFloor(ye)-1) < (unsigned)(src_size.height - 3))
    [all...]
cvadapthresh.cpp 54 int idelta = type == CV_THRESH_BINARY ? cvCeil(delta) : cvFloor(delta);
cvhistogram.cpp 816 int idx = cvFloor((j - a)*scale);
    [all...]
cvhough.cpp 163 int n = cvFloor(idx*scale) - 1;
254 rn = cvFloor( sqrt( (double)w * w + (double)h * h ) * irho );
255 tn = cvFloor( 2 * Pi * itheta );
308 ti0 = cvFloor( (t + Pi / 2) * itheta );
315 halftn = cvFloor( Pi / theta_it );
320 i = cvFloor( rv ) * tn;
321 i += cvFloor( phi1 );
376 ti0 = cvFloor( (t + Pi * 0.5f) * istheta );
385 i = cvFloor( rv ) * stn + ti1;
    [all...]
cvthresh.cpp 345 thresh = cvFloor(icvGetThreshVal_Otsu( hist ));
391 ithresh = cvFloor(thresh);
446 ithresh = cvFloor(thresh+1.);
cvcanny.cpp 121 low = cvFloor( low_thresh );
122 high = cvFloor( high_thresh );
cvimgwarp.cpp 441 sy = cvFloor(fy); \
    [all...]
cvshapedescr.cpp     [all...]
cvsurf.cpp 435 x = cvFloor(xf); patch_rect0.x = MIN(patch_rect0.x, x);
436 y = cvFloor(yf); patch_rect0.y = MIN(patch_rect0.y, y);
cvundistort.cpp 71 int ix = cvFloor(_x), iy = cvFloor(_y);
cvsmooth.cpp 252 int iscale = cvFloor(scale*(1 << BLUR_SHIFT));
    [all...]
cvfloodfill.cpp     [all...]
cvlkpyramid.cpp 51 ipt.x = cvFloor( pt.x );
52 ipt.y = cvFloor( pt.y );
    [all...]
cvcolor.cpp     [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 400 ICV_IMPL_RAND( 8u, uchar, int, cvFloor, CV_CAST_8U )
401 ICV_IMPL_RAND( 16u, ushort, int, cvFloor, CV_CAST_16U )
402 ICV_IMPL_RAND( 16s, short, int, cvFloor, CV_CAST_16S )
403 ICV_IMPL_RAND( 32s, int, int, cvFloor, CV_CAST_32S )
516 int t1 = iparam[1][i] = cvFloor( param2.val[i] ) - t0;
  /external/opencv/cxcore/include/
cxtypes.h 237 CV_INLINE int cvFloor( double value )
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
  /external/opencv/ml/src/
mltree.cpp     [all...]

Completed in 511 milliseconds