Lines Matching refs:col
51 #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \52 ((mat).data.ptr + (size_t)(mat).step*(row) + (pix_size)*(col))