Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 615 Bytes

Object-Speed-Detection

Detects speed of Object that crosses the frame of Camera only for Horizontally passing Objects

The Program has 2 inputs from the User

  1. The distance of motion from the Camera (uses Web Cammera for now) saved with the variable name dist_from_camera.
  2. The angle of view of Camera. It's the maximum angle till what you can see it in the Screen. For reference look at the angle_of_view.png

It numbers the object in the order they appear on the Frame. It finds the difference frame from the threshold frame that can be reinitialized by pressing 'r' You can press 'q' to quit the execution