We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
嗨,你好 关于radar2camera手动标定工具,有以下问题想跟你交流下:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
嗨,你好
关于radar2camera手动标定工具,有以下问题想跟你交流下:
bv_pts.push_back(cv::Point2f(left, down));
bv_pts.push_back(cv::Point2f(left, up));
bv_pts.push_back(cv::Point2f(right, down));
bv_pts.push_back(cv::Point2f(right, up));
float left = width_ / 2.8;
float right = width_ - width_ / 2.8;
float up = height_ / 2.5;
float down = height_ - height_ / 25.0;
The text was updated successfully, but these errors were encountered: