mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-26 17:30:37 +01:00
logs
This commit is contained in:
@@ -100,6 +100,7 @@ int main(int argc, char *argv[])
|
||||
for (const auto& [tags, matrix] : r.second)
|
||||
{
|
||||
if (tags.type == FLOWER) {
|
||||
std::cout << tags.id << " " << tags.name << " " << matrix.first << " " << matrix.second << std::endl;
|
||||
//ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose);
|
||||
}
|
||||
else if (tags.type == SOLAR_PANEL)
|
||||
|
||||
@@ -164,7 +164,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
std::cout << "Rep Error: " << arucoRepErr << std::endl;
|
||||
|
||||
cv::FileStorage fs("calibration_results.yaml", cv::FileStorage::WRITE);
|
||||
cv::FileStorage fs(outputFile, cv::FileStorage::WRITE);
|
||||
fs << "cameraMatrix" << cameraMatrix;
|
||||
fs << "distCoeffs" << distCoeffs;
|
||||
fs.release(); // Release the file
|
||||
|
||||
Reference in New Issue
Block a user