Searched refs:icvLaplaceCol_32f (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvderiv.cpp358 static void icvLaplaceCol_32f( const float** src, float* dst, int dst_step,
443 y_func = (CvColumnFilterFunc)icvLaplaceCol_32f;
451 y_func = (CvColumnFilterFunc)icvLaplaceCol_32f;
686 icvLaplaceCol_32f( const float** src, float* dst, function

Completed in 46 milliseconds