Searched refs:cvPow (Results 1 - 10 of 10) sorted by relevance
/external/opencv/cv/src/ |
H A D | cvcanny.cpp | 190 cvPow( &mag_row, &mag_row, 0.5 );
|
H A D | cvcorner.cpp | 68 cvPow( buffer, buffer, 0.5 ); 121 cvPow( buffer, buffer, 0.5 ); 176 cvPow( buffer, buffer, -0.5 );
|
H A D | cvdistransform.cpp | 580 cvPow( dst, dst, 0.5 );
|
H A D | cvhough.cpp | 1024 cvPow( dist_buf, dist_buf, 0.5 );
|
H A D | cvshapedescr.cpp | 120 cvPow( &buffer, &buffer, 0.5 );
|
/external/opencv/cv/include/ |
H A D | cvcompat.h | 291 cvPow( &mx, &my, 0.5 ); 301 cvPow( &mx, &my, -0.5 ); 311 cvPow( &mx, &my, -1 );
|
/external/opencv/ml/src/ |
H A D | mlcnn.cpp | 1164 CV_CALL(cvPow( dY_dX_elems, dY_dX_elems, -2.0 )); 1289 CV_CALL(cvPow( dE_dY_activ_func_der, dE_dY_activ_func_der, -2.0 ));
|
H A D | mlsvm.cpp | 262 cvPow( &R, &R, params->degree );
|
/external/opencv/cxcore/include/ |
H A D | cxcore.h | 642 CVAPI(void) cvPow( const CvArr* src, CvArr* dst, double power );
|
/external/opencv/cxcore/src/ |
H A D | cxmathfuncs.cpp | 1698 CV_IMPL void cvPow( const CvArr* srcarr, CvArr* dstarr, double power ) function 1703 CV_FUNCNAME( "cvPow" );
|
Completed in 164 milliseconds