mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-18 16:47:33 +01:00
path
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <iostream>
|
||||
|
||||
// Defining the dimensions of checkerboard
|
||||
int CHECKERBOARD[2]{6,9};
|
||||
int CHECKERBOARD[2]{8,6};
|
||||
|
||||
int main()
|
||||
{
|
||||
@@ -28,7 +28,7 @@ int main()
|
||||
// Extracting path of individual image stored in a given directory
|
||||
std::vector<cv::String> images;
|
||||
// Path of the folder containing checkerboard images
|
||||
std::string path = "./images/*.jpg";
|
||||
std::string path = "../calibration_images/*.jpg";
|
||||
|
||||
cv::glob(path, images);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user