Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.19 KB

hawk-eye-sim

Small toy app using Matlab to test some image processing operations simulating a Tennis Hawk Eye.

The script received as input a simplified image of a tennis court with a tennis ball over the court (or None) and some additional data (like the type of game: Single or Doubles).

Using different image operations and techniques (i.e erosion, dilation, region growing, etc.) the script indicates if the ball is IN or OUT the valid area of the tennis court.

Screenshots

  • Parameters: Game Type: DOUBLES Player direction: LEFT Point type: SERVICE Service target direction: LEFT
  • Result: IN

  • Parameters: Game Type: DOUBLES Player direction: LEFT Point type: SERVICE Service target direction: LEFT
  • Result: OUT

Requirements

  • To run this application a version of Matlab is needed.

Run the examples