change calibration

This commit is contained in:
ackimixs
2024-04-16 16:50:05 +02:00
parent 597fd1b73c
commit ad912d5683

View File

@@ -88,6 +88,8 @@ int main(int argc, char *argv[])
// Store object and image points
objectPoints.push_back(worldPoints);
imagePoints.push_back(corners);
imgSize = image.size();
}
}