We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327cd98 commit 031691dCopy full SHA for 031691d
demo/demo.cpp
@@ -105,9 +105,9 @@ void testVocCreation(const vector<vector<cv::Mat > > &features)
105
const int k = 9;
106
const int L = 3;
107
const WeightingType weight = TF_IDF;
108
- const ScoringType score = L1_NORM;
+ const ScoringType scoring = L1_NORM;
109
110
- OrbVocabulary voc(k, L, weight, score);
+ OrbVocabulary voc(k, L, weight, scoring);
111
112
cout << "Creating a small " << k << "^" << L << " vocabulary..." << endl;
113
voc.create(features);
0 commit comments