Skip to content

Commit 68cb7d8

Browse files
authored
Update en.md
1 parent e238b75 commit 68cb7d8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/en.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,13 @@ See the illustration below:
8484

8585
Firstly you put four calibration boards at the four corners around the car (the blue squares). There are no particular restrictions on how large the board must be, only make sure you can see it clearly in the image.
8686

87-
OF course, each board must be seen by the two adjacent cameras.
87+
Of course, each board must be seen by the two adjacent cameras.
8888

8989
Now we need to set a few parameters: (in `cm` units)
9090

91-
+ `innerShiftWidth`, `innerShiftHeight`:distance between the inner edges of the left/right calibration boards and the car, the distance between the inner edges of the front/back calibration boards and the car。
92-
+ `shiftWidth`, `shiftHeight`:How far you will want to look at out of the boards. The bigger these values, the larger the area the birdview image will cover.
93-
+ `totalWidth`, `totalHeight`:Size of the area that the birdview image covers. In this project, the calibration pattern is of width `600cm` and height `1000cm`, hence the bird view image will cover an area of size `(600 + 2 * shiftWidth, 1000 + 2 * shiftHeight)`. For simplicity,
94-
we let each pixel correspond to 1cm, so the final bird-view image also has a resolution
91+
+ `innerShiftWidth`, `innerShiftHeight`: distance between the inner edges of the left/right calibration boards and the car; the distance between the inner edges of the front/back calibration boards and the car。
92+
+ `shiftWidth`, `shiftHeight`: How far you will want to look at out of the boards. The bigger these values, the larger the area the birdview image will cover.
93+
+ `totalWidth`, `totalHeight`: Size of the area that the birdview image covers. In this project, the calibration pattern is of width `600cm` and height `1000cm`, hence the bird view image will cover an area of size `(600 + 2 * shiftWidth, 1000 + 2 * shiftHeight)`. For simplicity, we let each pixel correspond to 1cm, so the final bird-view image also has a resolution
9594

9695
```
9796
totalWidth = 600 + 2 * shiftWidth

0 commit comments

Comments
 (0)