Skip to content

dawn-cmd/WA_Coding_Challenge_Perception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WA_Coding_Challenge_Perception

WA CodingChallenge: Perception answer.png

Methodolgy

  • Detect cones in the picture by using hsv_pick.py.

cone_pick

  • Separate them into two groups through the middle line.
  • Find the slope and intercept of two lines.
  • Draw the lines

What did I try, and why did it not work?

  • I tried to use cv2.Canny to detect edges directly
  • But I find it always chooses the edge of tiles on the ground.

Libraries

  • CV2 (Python)
  • Numpy (Python)

About

WA CodingChallenge: Perception

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages