Tracking and determining velocity of a baseball.
I am trying to build a program that detects and automatically determines the velocity of a baseball using openCV and C++. Is there any advice for this project, or any pointers to help guide me in the right direction? Thanks.
Oh well this is the most common
scholarly
example out there. A simple google would have given you tons of solutions already. I will provide you with a very good tutorial of Adrian Rosebroock, although in Python all the relevant C++ codes are inside OpenCV and can be matched through the documentation.