Fixed 'boundary' spelling

This commit is contained in:
Deric Crago
2017-09-26 23:42:48 -04:00
parent 7475d23fec
commit a0d7cf89f2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ PlanarTarget = namedtuple('PlaneTarget', 'image, rect, keypoints, descrs, data')
p0 - matched points coords in target image
p1 - matched points coords in input frame
H - homography matrix from p0 to p1
quad - target bounary quad in input frame
quad - target boundary quad in input frame
'''
TrackedTarget = namedtuple('TrackedTarget', 'target, p0, p1, H, quad')