Skip to content

Commit

Permalink
Function documentation typo (nutonomy#426)
Browse files Browse the repository at this point in the history
Update the documentation of the function "convert_to_pixel_coords" 
from 
     :param resolution: Center of image.
to 
    :param resolution: Resolution of image in pixels / meters.
  • Loading branch information
mzahran001 authored Jul 6, 2020
1 parent 20ab9c7 commit e5aec76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def convert_to_pixel_coords(location: Tuple[float, float],
:param location: Location in global coordinates as (x, y) tuple.
:param center_of_image_in_global: Center of the image in global coordinates (x, y) tuple.
:param center_of_image_in_pixels: Center of the image in pixel coordinates (row_pixel, column pixel).
:param resolution: Center of image.
:param resolution: Resolution of image in pixels / meters.
"""

x, y = location
Expand Down

0 comments on commit e5aec76

Please sign in to comment.