Skip to content
Snippets Groups Projects
Commit 875ebc81 authored by zalonzo2's avatar zalonzo2
Browse files

fixed comment

parent 991d0c8d
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ def find_pieces(warped_img, sorted_warped_points):
bgr_after = cv2.cvtColor(hsv_after, cv2.COLOR_HSV2BGR)
# create color histogram for each square and find candidate color, if any
# define color thresholds to use to classify colors later on
hue_thresh_dict = {'red': (170,190), 'orange':(8,20), 'yellow': (20,40), 'green': (50,70), 'blue': (105,120), 'purple': (120,140),
'teal': (90,105), 'pink': (140,170)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment