Skip to content
Snippets Groups Projects
Unverified Commit 6123d114 authored by Lin Manxi's avatar Lin Manxi Committed by GitHub
Browse files

Update README.md

parent b1323ce9
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
- imutils == 0.5.3 - imutils == 0.5.3
## Assumptions ## Assumptions
- Assumption1: If an object moves in a speed less than 1 pixel per frame, it could be considered static. - Assumption1: If an object moves in a speed less than 1 pixel per frame, it could be considered static (sub-pixel moving is ignored).
- Assumption2: The movement of the object can be seen as continuous spatially. - Assumption2: The movement of the object is continuous from a spatial view.
- Assumption3(optional): Since the object moves on a conveyor, its path is approximate a straight line. - Assumption3(optional): Since the object moves on a conveyor, its path is approximate a straight line.
## Process ## Process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment