Searched refs:mat_ (Results 1 – 1 of 1) sorted by relevance
389 cv::Mat mat_ = cv::Mat::zeros(3, 9, CV_64F); in LeftMultVec() local393 mat_.at<double>(i, 3*i + 0) = v.at<double>(0); in LeftMultVec()394 mat_.at<double>(i, 3*i + 1) = v.at<double>(1); in LeftMultVec()395 mat_.at<double>(i, 3*i + 2) = v.at<double>(2); in LeftMultVec()397 return mat_; in LeftMultVec()