Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AgostArthur authored Apr 27, 2023
1 parent 1b3adb6 commit f585ae4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ The main objectif of this project is to be able, in real time ideally, add a dis
The display should show the name of the player.


##The first step is the detection of the basket court
<img src="images/basketball detection.png?raw=true"/>
The first step is to detect the basketball court.
Using OpenCV and applying several filters, we can highlight the strong color variations to find the edges of the objects present in the image.
We notice that the edges of the court are straight lines. These lines are used to detect the area of interest. Thus will be interested only in people present in this area.

<img src="images/basketball detection.png?raw=true"/>


##The second step is the detection of the players
The second step is the player's detection
<img src="images/palyer detection.png?raw=true"/>


Expand Down

0 comments on commit f585ae4

Please sign in to comment.