OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cvceil
(Results
1 - 8
of
8
) 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
...]
cvshapedescr.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 204 milliseconds