From 33653d3c8a403dbd7b1e0df4261d56b4ba36310e Mon Sep 17 00:00:00 2001 From: Ed Venator Date: Wed, 2 Aug 2017 22:43:38 -0500 Subject: [PATCH] Fix minor error in documentation. --- lanelines/processors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lanelines/processors.py b/lanelines/processors.py index d397cda244..1c54beff0a 100644 --- a/lanelines/processors.py +++ b/lanelines/processors.py @@ -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