mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Migrated goodFeaturesToTrack to features module.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <opencv2/cudaoptflow.hpp>
|
||||
#include <opencv2/cudaimgproc.hpp>
|
||||
#include <opencv2/cudaarithm.hpp>
|
||||
#include <opencv2/cudafeatures2d.hpp>
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
@@ -328,4 +329,4 @@ int main(int argc, const char* argv[])
|
||||
waitKey(0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user