Results 149 comments of Simone Gasparini

You can have a look at the script to generate the markers here https://github.com/alicevision/CCTag/blob/develop/markersToPrint/generators/generate.py to be recognized the ratio of the width of the circle has to be met. About...

Those ratios are the ones that have been found to work better and in a robust way to avoid ambiguities for marker identification (cf Gallo's paper O. Gallo and R....

Which markers are you using? From the pdf files or did you generate them with the python script? It is actually strange, it could also be the rendering of the...

Ah yes, silly me. The output always considers the first pixel on the top left as the origin (0,0), while if u use any image editor it's likely to be...

Hi, I came up with that workaround after many painful tries and errors to make it pass on vcpkg. That code was the only way to make the compilation pass...

I agree with you, we just needed to get the port for various reasons so at some point I went for those changes. But I agree that one should not...

yes I think we forgot to update the `LD_LIBRARY_PATH` in the docker_deps

try `detection -n 3 -i sample/01.png --use-cuda` see here https://github.com/alicevision/CCTag/blob/develop/src/applications/detection/CmdLine.cpp#L44

try with a video, because on a single image there might be some overheads involved I guess

normally it should be real-time with FullHD videos