1 | initial version |
From the README on opencv_contrib
's GitHub:
to run, linker flags to contrib modules will need to be added to use them in your code/IDE. For example to use the aruco module, "-lopencv_aruco" flag will be added.
Added a link to the contrib
module line_descriptor
with the flag
-lopencv_line_descriptor