Skip to content

Commit

Permalink
Fix minor error in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
evenator committed Aug 3, 2017
1 parent eda9035 commit 33653d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lanelines/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def __init__(self, ys_thresh):

def extract_lanes(self, img, show_plots=False):
"""
Process an RGB image and return a binary image.
Process a BGR image and return a binary image.
img -- The RGB image to process (in camera perspective)
img -- The BGR image to process (in camera perspective)
show_plots -- Show intermediate images in PyPlot figures (default False)
Returns a binary image in the camera perspective
Expand Down

0 comments on commit 33653d3

Please sign in to comment.