Home | History | Annotate | Download | only in src

Lines Matching refs:tab3

2003 static void icvInitPerspectiveTransformTable( CvFuncTable* tab2, CvFuncTable* tab3 )\
2007 tab3->fn_2d[CV_32F] = (void*)icvPerspectiveTransform_32f_C3R; \
2008 tab3->fn_2d[CV_64F] = (void*)icvPerspectiveTransform_64f_C3R; \