OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvSqrt
(Results
1 - 7
of
7
) sorted by null
/external/opencv/cv/src/
_cvgeom.h
51
return
cvSqrt
( dx*dx + dy*dy );
cvcalcimagehomography.cpp
77
norm_xy =
cvSqrt
( line[0] * line[0] + line[1] * line[1] );
81
norm_xz =
cvSqrt
( line[0] * line[0] + line[2] * line[2] );
cvsnakes.cpp
180
ave_d +=
cvSqrt
( (float) (diffx * diffx + diffy * diffy) );
182
ave_d +=
cvSqrt
( (float) ((pt[0].x - pt[n - 1].x) *
230
cvSqrt
( (float) (diffx * diffx + diffy * diffy) ));
cvdominants.cpp
171
distance[(i + i_plus) % n] =
cvSqrt
( dist_r );
224
distance[ind] =
cvSqrt
( dist_l );
cvcontourtree.cpp
607
l_base =
cvSqrt
( (float) (qq) );
cvemd.cpp
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
267
#define
cvSqrt
(value) ((float)sqrt(value))
[
all
...]
Completed in 2063 milliseconds