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

  /external/opencv/cv/src/
cvcanny.cpp 190 cvPow( &mag_row, &mag_row, 0.5 );
cvcorner.cpp 68 cvPow( buffer, buffer, 0.5 );
121 cvPow( buffer, buffer, 0.5 );
176 cvPow( buffer, buffer, -0.5 );
cvdistransform.cpp 580 cvPow( dst, dst, 0.5 );
cvhough.cpp 1024 cvPow( dist_buf, dist_buf, 0.5 );
    [all...]
cvshapedescr.cpp 120 cvPow( &buffer, &buffer, 0.5 );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 291 cvPow( &mx, &my, 0.5 );
301 cvPow( &mx, &my, -0.5 );
311 cvPow( &mx, &my, -1 );
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
mlsvm.cpp 262 cvPow( &R, &R, params->degree );
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 1025 cvPow( &buffer, &buffer, 0.5 );
hough.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 642 CVAPI(void) cvPow( const CvArr* src, CvArr* dst, double power );
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 171 cvPow( test_array[INPUT][0], test_array[OUTPUT][0], power );
    [all...]

Completed in 299 milliseconds