Fixed typo

This commit is contained in:
Grant Sanderson 2018-02-24 19:09:08 -08:00
parent f93679fa47
commit 4c1934fe4f

View file

@ -394,7 +394,7 @@ class Camera(object):
y0 = max(y0, 0)
image[y0:y1, x0:x1] = stretched_impa[siy0:siy1, six0:six1]
else:
# Alternate (slower) tactice if image is tilted
# Alternate (slower) tactic if image is tilted
# List of all coordinates of pixels, given as (x, y),
# which matches the return type of points_to_pixel_coords,
# even though np.array indexing naturally happens as (y, x)