calibration

This commit is contained in:
ackimixs
2024-05-02 16:48:07 +02:00
parent 6afe9c7875
commit 9dac95738e

View File

@@ -189,6 +189,8 @@ int main(int argc, char *argv[]) {
Mat image, imageCopy;
cam.getVideoFrame(image,1000);
std::cout << "isok" << std::endl;
vector< int > ids;
vector< vector< Point2f > > corners, rejected;