tennis-court-detection
tennis-court-detection copied to clipboard
Fully automatic algorithm for tennis court line detection.
tl;dr: with some changes, this project still work in 2022. However the speed is not impressive, especially given there are solutions like YOLO which may be much faster. Before I...
I want to run it for just 1 side of the court looking at one side from the net post
What command should I use to run it on Windows? I guess that "./detect..." is for Linux terminal. Could you explain me how to do it? I am new to...
Hi, I try to install this project. After installing conan `pip3 install conan`, I run `conan install ...` command. But there is an error. I check Conan-center, and I have...
Hi I was unable to build this library with the following error message - do you know what might be causing this? Any help would be appreciated! cmake --build ....
I meet error in Mat CourtLinePixelDetector::filterLinePixels(). any question or meaning about this function? It crashed on ``` Mat l; eigen(t, l); if (l.at(0,0) > 4* l.at(0,1)) { outputImage.at(y,x) = GlobalParameters().fgValue;...
Hi I compiled your project and tried it but it returned: ``` ./detect ../../../clips/diff4.avi Reading file ../../../clips/diff4.avi Unable to stop the stream: Inappropriate ioctl for device Cannot open file ../../../clips/diff4.avi...