Skip to content

Commit 8335685

Browse files
committed
Update formatting in README.md
1 parent 776ee8e commit 8335685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ As explained earlier, the **Vehicle Tracking** class takes over managing the **V
710710

711711
![Before Disruption](./output_images/just-before-vehicle-tracking-disruption.png)
712712

713-
As you can see, the front end of the road way in 'birds-eye' view is beginning to peal away at the front in the image at the lower right corner in **Frame 485**. And now when the vehicle tracking is disrupted at **Frame 486**. Notice that the height of the bounding cube is now lower than the vehicle? Why is that? What is actually means is that the points near the vanishing point in our perspective view has a higher gradient than from where we are, and so the lines that we are projecting from Z=0 is no longer tall enough to reach the tracked vehicle. We will not go into details on how we will compensate for this effect, other than that we are using stabilization to counter it.
713+
As you can see, the front end of the road way in 'birds-eye' view is beginning to peal away at the front in the image at the lower right corner in **Frame 485**. And now when the vehicle tracking is disrupted at **Frame 486**. Notice that the height of the bounding cube is now lower than the vehicle? Why is that? What this actually means is that the points near the vanishing point in our perspective view has a higher gradient than from where we are, and so the vertical lines that we are projecting from, where Z=0, is no longer tall enough to reach the tracked vehicle's top. We will not go into details on how we will compensate for this effect, other than that we are using stabilization to counter it.
714714

715715
![After Disruption](./output_images/just-after-vehicle-tracking-disruption.png)
716716

0 commit comments

Comments
 (0)