Searched refs:table_c1 (Results 1 – 1 of 1) sorted by relevance
286 static void icvInitIntegralImageTable( CvFuncTable* table_c1, CvFuncTable* table_cn ) in icvInitIntegralImageTable() argument288 table_c1->fn_2d[CV_8U] = (void*)icvIntegralImage_8u64f_C1R; in icvInitIntegralImageTable()289 table_c1->fn_2d[CV_32F] = (void*)icvIntegralImage_32f64f_C1R; in icvInitIntegralImageTable()290 table_c1->fn_2d[CV_64F] = (void*)icvIntegralImage_64f_C1R; in icvInitIntegralImageTable()