Cleanup: Spelling in Libmv comments

This commit is contained in:
Sergey Sharybin
2021-03-15 14:58:13 +01:00
parent 4e236326c1
commit d8e1750e34

View File

@@ -41,7 +41,7 @@ struct TrackRegionOptions {
Mode mode;
// Minimum normalized cross-correlation necessary between the final tracked
// positoin of the patch on the destination image and the reference patch
// position of the patch on the destination image and the reference patch
// needed to declare tracking success. If the minimum correlation is not met,
// then TrackResult::termination is INSUFFICIENT_CORRELATION.
double minimum_correlation;
@@ -55,7 +55,7 @@ struct TrackRegionOptions {
// If true, apply a brute-force translation-only search before attempting the
// full search. This is not enabled if the destination image ("image2") is
// too small; in that case eithen the basin of attraction is close enough
// too small; in that case either the basin of attraction is close enough
// that the nearby minima is correct, or the search area is too small.
bool use_brute_initialization;