• Ted Steiner's avatar
    sfm module calls imread function, which is in imgcodecs module · fe71b09f
    Ted Steiner authored
    This built correctly before because tests were run with the highgui module enabled.
    The sfm module links against the features2d module, which brings in the highgui module as an optional target if enabled.
    Through this path, imread was working correctly despite the file including the wrong header and not declaring its linking dependency.
    fe71b09f
Name
Last commit
Last update
..
cmake Loading commit data...
doc/pics Loading commit data...
include/opencv2 Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
tutorials Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...