From 64fb231240edd303f2f574f7f8e8b6fd11bc3ffb Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 21 Jun 2018 18:16:13 -0400 Subject: [PATCH] Fixed grammar in docs --- tools/python/src/image2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/src/image2.cpp b/tools/python/src/image2.cpp index 8cfbe46e8..cbe46a9b8 100644 --- a/tools/python/src/image2.cpp +++ b/tools/python/src/image2.cpp @@ -390,7 +390,7 @@ ensures \n\ voted for any of the lines HP[i] in Hough space. Note, however, \n\ that if angle_window_size or radius_window_size are made so large \n\ that HP[i] overlaps HP[j] for i!=j then the overlapping regions \n\ - of Hough space are assign to HP[i] or HP[j] arbitrarily. \n\ + of Hough space are assigned to HP[i] or HP[j] arbitrarily. \n\ Therefore, all points in CONSTITUENT_POINTS are unique, that is, \n\ there is no overlap in points between any two elements of \n\ CONSTITUENT_POINTS." ) @@ -430,7 +430,7 @@ ensures \n\ voted for any of the lines HP[i] in Hough space. Note, however, that if angle_window_size or radius_window_size are made so large that HP[i] overlaps HP[j] for i!=j then the overlapping regions - of Hough space are assign to HP[i] or HP[j] arbitrarily. + of Hough space are assigned to HP[i] or HP[j] arbitrarily. Therefore, all points in CONSTITUENT_POINTS are unique, that is, there is no overlap in points between any two elements of CONSTITUENT_POINTS.