OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icvDotProduct_32f
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfindhandregion.cpp
155
value = (float)
icvDotProduct_32f
( sub, &line[0], 3 );
382
v_gor =
icvDotProduct_32f
( gor, &line[0], 3 );
383
v_ver =
icvDotProduct_32f
( ver, &line[0], 3 );
395
icvDotProduct_32f
( sub, &line[0], 3, &value);
414
value = (float)
icvDotProduct_32f
( sub, &line[0], 3 );
/external/opencv/cv/src/
_cvmatrix.h
70
sqrt(
icvDotProduct_32f
( src, src, len ))
91
CV_INLINE double
icvDotProduct_32f
( const float* src1, const float* src2, int len )
Completed in 34 milliseconds