[Bf-blender-cvs] [d8e1750e347] master: Cleanup: Spelling in Libmv comments

Sergey Sharybin noreply at git.blender.org
Mon Mar 15 15:55:25 CET 2021


Commit: d8e1750e34726175c8bda9af7107bf8c1303a35f
Author: Sergey Sharybin
Date:   Mon Mar 15 14:58:13 2021 +0100
Branches: master
https://developer.blender.org/rBd8e1750e34726175c8bda9af7107bf8c1303a35f

Cleanup: Spelling in Libmv comments

===================================================================

M	intern/libmv/libmv/tracking/track_region.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list