File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Calibrate your camera using OpenCV.
4
4
5
5
## Using the C++ code
6
6
### 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:
8
8
``` shell
9
9
mkdir build
10
10
cd build
@@ -19,16 +19,16 @@ Refer to the following to use the compiled files:
19
19
20
20
``` shell
21
21
./build/cameraCalibration
22
- ./build/cameraCalibrationWithUnistortion
22
+ ./build/cameraCalibrationWithUndistortion
23
23
```
24
24
25
25
### Using the python code
26
26
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:
28
28
29
29
``` shell
30
30
python3 cameraCalibration.py
31
- python3 cameraCalibrationWithUnistortion .py
31
+ python3 cameraCalibrationWithUndistortion .py
32
32
```
33
33
34
34
# AI Courses by OpenCV
You can’t perform that action at this time.
0 commit comments