mmmmmm44 / tennis_court_detection

Python Implementation of paper "Robust Camera Calibration for Sport Videos using Court Models"
MIT License
8 stars 1 forks source link

Is this solution suitable for wide-angle lenses with distortion? #1

Open zhuruihe opened 1 week ago

zhuruihe commented 1 week ago

Thanks for your great work! Is this solution suitable for wide-angle lenses with distortion?

mmmmmm44 commented 1 week ago

Thanks for your interest.

If the lines are distorted such that the lines are not straight, then I think this algorithm will not work properly, as the algorithm is highly based on the line detection section.