Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2021-03-15 16:58:13 +0300
committerSergey Sharybin <sergey@blender.org>2021-03-15 17:55:09 +0300
commitd8e1750e34726175c8bda9af7107bf8c1303a35f (patch)
tree297330696a0707955f77954b77ec14d592251478
parent4e236326c1375d5c52068f7898b1d43b5263e885 (diff)
Cleanup: Spelling in Libmv comments
-rw-r--r--intern/libmv/libmv/tracking/track_region.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/libmv/libmv/tracking/track_region.h b/intern/libmv/libmv/tracking/track_region.h
index 7868e3b8b77..c4469f67b81 100644
--- a/intern/libmv/libmv/tracking/track_region.h
+++ b/intern/libmv/libmv/tracking/track_region.h
@@ -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;