blob: c903760dec4aee9833498511ac3f971f93cb4da1 [file] [log] [blame]
#ifndef Y2024_VISION_VISION_UTIL_H_
#define Y2024_VISION_VISION_UTIL_H_
#include <string_view>
#include "opencv2/imgproc.hpp"
#include "y2024/constants/constants_generated.h"
namespace y2024::vision {
const frc971::vision::calibration::CameraCalibration *FindCameraCalibration(
const y2024::Constants &calibration_data, std::string_view node_name,
int camera_number);
} // namespace y2024::vision
#endif // Y2024_VISION_VISION_UTIL_H_