Searched refs:table_c1 (Results 1 - 1 of 1) sorted by path

/external/opencv/cv/src/
H A Dcvsumpixels.cpp286 static void icvInitIntegralImageTable( CvFuncTable* table_c1, CvFuncTable* table_cn ) argument
288 table_c1->fn_2d[CV_8U] = (void*)icvIntegralImage_8u64f_C1R;
289 table_c1->fn_2d[CV_32F] = (void*)icvIntegralImage_32f64f_C1R;
290 table_c1->fn_2d[CV_64F] = (void*)icvIntegralImage_64f_C1R;

Completed in 233 milliseconds