waldo-vision / optical.flow.demo

A project that uses optical flow and machine learning to detect aimhacking in video clips.
https://www.waldo.vision
Mozilla Public License 2.0
536 stars 24 forks source link

Implementation of Canny Edge Detection Algorithm #23

Closed Dabemuc closed 1 year ago

Dabemuc commented 2 years ago

Hey Guys, I saw Homeless's vid and was instantly hooked by the idea and I love it that you're are making this a community, open source project. During the past days I did my best to implement the Canny Edge Detection Algorithm because I thought it would improve motion tracking. I also included example vids to see the difference and in my opinnion this seems to have worked. I don't know at all if this is the best way of doing it and I'm sure the result can be further improved and espacially stabilized by tweaking the Canny and the OpticalFlow algorithm. Also I focused on the LucasKanadeOpticalFlow algorithm because it seems to work better but I don't know how you guys want to train the ai. Greetings from Germany, Daniel

jaredb1011 commented 2 years ago

Thanks for contributing! I'll take a look