1 #ifndef _RK_AIQ_ALGO_TYPES_INT_H_ 2 #define _RK_AIQ_ALGO_TYPES_INT_H_ 3 4 #if OPENCV_SUPPORT 5 int gen_default_mesh_table(int imgWidth, int imgHeight, int mesh_density, 6 unsigned short* pMeshXI, unsigned short* pMeshYI, unsigned char* pMeshXF, unsigned char* pMeshYF); 7 #endif 8 #endif 9