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

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 102 plane_dist = cvDotProduct( &center, &rz );
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 370 #define cvmDotProduct( vec1, vec2 ) cvDotProduct( vec1, vec2 )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 552 CVAPI(double) cvDotProduct( const CvArr* src1, const CvArr* src2 );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 486 test_mat[OUTPUT][0].at<Scalar>(0,0) = Scalar(cvDotProduct( test_array[INPUT][0], test_array[INPUT][1] ));
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp     [all...]

Completed in 159 milliseconds