[CT404]: Camera Calibration lab progress

This commit is contained in:
2024-11-17 19:28:26 +00:00
parent df3165630e
commit 4453d3e8e5
5 changed files with 8 additions and 9 deletions

View File

@ -2,7 +2,7 @@ close all
clear all
clc
filename = "Rubiks.jpg"
filename = "rubiks.jpg"
% Prompt user to load data or select points manually
choice = menu('Do you want to load points from the workspace_variables.mat file?', 'Yes', 'No');