3 questions from the last 7 days
-2
votes
0
answers
51
views
Homography in soccer app not work properly [closed]
I'm having trouble calculating the inverse homography that would draw the players on the 2D pitch in the view.
The homography calculation seems perfect to me because the virtual pitch drawn on the ...
0
votes
0
answers
25
views
Error throwing while building opencv with gstreamer support
I am trying to build opencv from source to enable GStreamer support. I have followed this instructions here, but an error occurred. More specifically, the error occurred in this step:
make -j$(nproc)
...