HomeSort by relevance Sort by last modified time
    Searched full:icvlaplacecol_32f (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvderiv.cpp 358 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,
    [all...]

Completed in 149 milliseconds