Home | History | Annotate | Download | only in src

Lines Matching defs:out

3584 //  int estimateAffine3D(Mat src, Mat dst, Mat& out, Mat& inliers, double ransacThreshold = 3, double confidence = 0.99)
3597 Mat& out = *((Mat*)out_nativeObj);
3599 int _retval_ = cv::estimateAffine3D( src, dst, out, inliers, (double)ransacThreshold, (double)confidence );
3621 Mat& out = *((Mat*)out_nativeObj);
3623 int _retval_ = cv::estimateAffine3D( src, dst, out, inliers );