Skip to content

Commit

Permalink
Merge pull request MasteringOpenCV#4 from tilmanb/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment in Chapter3_MarkerlessAR/src/PatternDetector.cpp
  • Loading branch information
BloodAxe committed Feb 5, 2013
2 parents b5a65e2 + b471e54 commit 9f56696
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 9f56696

Please sign in to comment.