OpenCV C++ image batch processing (batch resize, batch rename)

Image batch processing (resize, rename)

Hold the checkerboard and face the camera from different angles, and collect more than ten photos (preferably 10 to 20 photos); or place the checkerboard on the table and hold the camera to shoot from different angles.

Taking the first inner focus of the checkerboard as the coordinate origin, it is convenient to calculate the three-dimensional coordinates in the world coordinate system;

The following is the result after **batch processing (resizing, renaming)**
Insert image description here
After naming the pictures, write the name of each picture into the txt text for later use
Insert image description here
Batch processing (resize, rename) code implementation

#include<iostream>
#

Guess you like

Origin blog.csdn.net/m0_51233386/article/details/134484659