You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project detects targets in any image using a custom edge detection algorithm. It then selects a random launch point and simulates the trajectory of a ball to hit the detected targets. The ball's motion is modeled using a system of ODEs, and the shooting method is used to solve the boundary value problem. Finally, the simulation is animated.