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
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-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;