Skip to content

Commit 34a4ad0

Browse files
Update README.md
1 parent b79717c commit 34a4ad0

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

CameraCalibration/README.md

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

55
## Using the C++ code
66
### Compilation
7-
To compile the `cameraCalibration.cpp` code, use the following:
7+
To compile the `cameraCalibration.cpp` and `cameraCalibrationWithUnistortion.cpp` code files, use the following:
88
```shell
99
mkdir build
1010
cd build
1111
cmake ..
1212
cmake --build . --config Release
1313
```
14-
### Usage
15-
Refer to the following to use the compiled file:
16-
`./build/cameraCalibration`
14+
## Usage
1715

18-
## Using the python code
19-
### Usage
20-
Refer to the following to use the `cameraCalibration.py` file:
21-
`python3 cameraCalibration.py`
16+
### Using the C++ code
2217

18+
Refer to the following to use the compiled files:
19+
20+
```shell
21+
./build/cameraCalibration
22+
./build/cameraCalibrationWithUnistortion
23+
```
24+
25+
### Using the python code
26+
27+
Refer to the following to use the `cameraCalibration.py` and `cameraCalibrationWithUnistortion.py` files respectively:
28+
29+
```shell
30+
python3 cameraCalibration.py
31+
python3 cameraCalibrationWithUnistortion.py
32+
```
2333

2434
# AI Courses by OpenCV
2535

0 commit comments

Comments
 (0)