detect handball gates on the video
Hello OpenCV community. I am looking for possible solutions to the task of detection handball gates. What I know are:
1) shape of the gate, including their constant projection on the plane;
2) handball gates always have hatching, and I know what approximate colors they include.
3) all frames I have look like this:
I would appreciate any suggestion.
Thank you in advance.
What is your goal? Would it be possible to rather track the marks on the ground and extrapolate the position of the goal?
The goal is to split entire video into episodes from gate to gate. Track ground marks (by shape and color?) would be appropriate way but I am not sure that it is easier than detect gate.