• 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
.github Loading commit data...
doc/tutorials Loading commit data...
modules Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...