Skip to content

Commit da5f663

Browse files
Update README.md
1 parent 2fbdbae commit da5f663

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CameraCalibration/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Calibrate your camera using OpenCV.
44

55
## Using the C++ code
66
### Compilation
7-
To compile the `cameraCalibration.cpp` and `cameraCalibrationWithUnistortion.cpp` code files, use the following:
7+
To compile the `cameraCalibration.cpp` and `cameraCalibrationWithUndistortion.cpp` code files, use the following:
88
```shell
99
mkdir build
1010
cd build
@@ -19,16 +19,16 @@ Refer to the following to use the compiled files:
1919

2020
```shell
2121
./build/cameraCalibration
22-
./build/cameraCalibrationWithUnistortion
22+
./build/cameraCalibrationWithUndistortion
2323
```
2424

2525
### Using the python code
2626

27-
Refer to the following to use the `cameraCalibration.py` and `cameraCalibrationWithUnistortion.py` files respectively:
27+
Refer to the following to use the `cameraCalibration.py` and `cameraCalibrationWithUndistortion.py` files respectively:
2828

2929
```shell
3030
python3 cameraCalibration.py
31-
python3 cameraCalibrationWithUnistortion.py
31+
python3 cameraCalibrationWithUndistortion.py
3232
```
3333

3434
# AI Courses by OpenCV

0 commit comments

Comments
 (0)