Skip to content

Commit

Permalink
Update Chapter3_MarkerlessAR/src/PatternDetector.cpp
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
tilmanb committed Feb 5, 2013
1 parent b5a65e2 commit b471e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter3_MarkerlessAR/src/PatternDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void PatternDetector::train(const Pattern& pattern)
// First we clear old train data:
m_matcher->clear();

// That we add vector of descriptors (each descriptors matrix describe one image).
// Then we add vector of descriptors (each descriptors matrix describe one image).
// This allows us to perform search across multiple images:
std::vector<cv::Mat> descriptors(1);
descriptors[0] = pattern.descriptors.clone();
Expand Down

0 comments on commit b471e54

Please sign in to comment.