Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Feram authored and zddhub committed Feb 19, 2017
1 parent 260c134 commit 55481d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse/features/galif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ void Galif::extract(const cv::Mat &image, const KeyPoints_t &keypoints, Features

// will contain a 1 at each index where the underlying patch in the
// sketch is completely empty, i.e. contains no stroke, 0 at all other
// indices. Therefore it is essentail that this vector has the same size
// indices. Therefore it is essential that this vector has the same size
// as the keypoints and features vector
emptyFeatures.resize(keypoints.size(), 0);

Expand Down

0 comments on commit 55481d6

Please sign in to comment.