Home | History | Annotate | Download | only in src

Lines Matching full:tab2

2003 static void icvInitPerspectiveTransformTable( CvFuncTable* tab2, CvFuncTable* tab3 )\
2005 tab2->fn_2d[CV_32F] = (void*)icvPerspectiveTransform_32f_C2R; \
2006 tab2->fn_2d[CV_64F] = (void*)icvPerspectiveTransform_64f_C2R; \