Skip to content

Commit

Permalink
comments edited
Browse files Browse the repository at this point in the history
  • Loading branch information
myoluk authored Feb 1, 2023
1 parent a9e3631 commit 1af8fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set_color_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import cv2
import numpy as np

# 1) Identifying object's color
# 1) Color range of object that be tracked

# Show shortcuts information
print("\n 1) Identifying object's color\n")
Expand All @@ -27,7 +27,7 @@
print("\n")

# Required callback method for trackbars
def nothing(x):
def nothing():
pass

# Initializing the webcam
Expand Down

0 comments on commit 1af8fb9

Please sign in to comment.