continue fixing nonfree elements
fixed dependency of stitching module on xfeatures2d module as optional fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
This commit is contained in:
@@ -91,7 +91,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cerr << "OpenCV was built without nonfree module" << std::endl;
|
||||
std::cerr << "OpenCV was built without xfeatures2d module" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user