Skip to content

Commit a7508e8

Browse files
committed
update img
1 parent 43a656b commit a7508e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/examples/rolling-shutter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Now `points2D` is a $3\times N$ matrix, where $N$ is the number of images. The f
3030
A rolling shutter camera captures images line by line over time. These lines are called scanlines.
3131

3232
<figure>
33-
<img src="/images/rollingshutter1.png" style="width:80%;display: block;margin-left: auto;margin-right: auto;">
33+
<p style="text-align:center;"><img src="/images/rollingshutter1.png" width="600px"/></p>
3434
<figcaption style="text-align:center;">
3535
The 2D image taken with our rolling shutter camera. The color encodes the scanline that takes a picture of that point.
3636
</figcaption>
@@ -39,7 +39,7 @@ The 2D image taken with our rolling shutter camera. The color encodes the scanli
3939
Similarly `points3D` is a $4\times N$ matrix, where $N$ is the number of images. The columns of `points2D` and `points3D` are synchronized in the sense that the $i$-th column of `points2D` is the image of the $i$-th column of `points3D`.
4040

4141
<figure>
42-
<img src="/images/rollingshutter2.png" style="width:80%;display: block;margin-left: auto;margin-right: auto;">
42+
<p style="text-align:center;"><img src="/images/rollingshutter2.png" width="600px"/></p>
4343
<figcaption style="text-align:center;">
4444
The 3D points that we take an image from. The color encodes the scanline that takes a picture of that point.
4545
</figcaption>
@@ -150,7 +150,7 @@ R1, t1, v1 = reshape(recovery[1:9], 3, 3), recovery[10:12], recovery[13:15]
150150
Here is the reconstructed data:
151151

152152
<figure>
153-
<img src="/images/rollingshutter3.png" style="width:80%;display: block;margin-left: auto;margin-right: auto;">
153+
<p style="text-align:center;"><img src="/images/rollingshutter3.png" width="600px"/></p>
154154
<figcaption style="text-align:center;">
155155
The reconstructed camera is in red, the velocity $v$ is in green. The plot shows the 3D points and the image points on the camera plane.
156156
</figcaption>

0 commit comments

Comments
 (0)