HomeSort by relevance Sort by last modified time
    Searched refs:dpdk (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvcalibration.cpp 774 CvMat* dpdc, CvMat* dpdk,
941 if( dpdk )
943 if( !CV_IS_MAT(dpdk) ||
944 (CV_MAT_TYPE(dpdk->type) != CV_32FC1 && CV_MAT_TYPE(dpdk->type) != CV_64FC1) ||
945 dpdk->rows != count*2 || (dpdk->cols != 5 && dpdk->cols != 4 && dpdk->cols != 2) )
949 CV_ERROR( CV_StsNullPtr, "distCoeffs is NULL while dpdk is not" )
    [all...]
  /external/opencv/cv/include/
cvcompat.h 723 CvMat dpdk = cvMat( 2*point_count, 4, CV_64FC1, _deriv_points_distortion_coeffs ); local
732 &dpdr, &dpdt, &dpdf, &dpdc, &dpdk, 0 );
    [all...]

Completed in 53 milliseconds