Skip to content
Snippets Groups Projects
Commit b71b2408 authored by User expired's avatar User expired :spy_tone1:
Browse files

Merge branch 'dev' of git.uibk.ac.at:informatik/stair/minibot-vision into dev

parents 494dd932 84ea1868
No related branches found
No related tags found
No related merge requests found
Pipeline #133034 passed
...@@ -113,7 +113,7 @@ def do_hough_circle_detection(img_rgb, img_depth, VISUALIZE=False): ...@@ -113,7 +113,7 @@ def do_hough_circle_detection(img_rgb, img_depth, VISUALIZE=False):
global canny, accum_thresh global canny, accum_thresh
gray = cv2.cvtColor(img_rgb, cv2.COLOR_BGR2GRAY) gray = cv2.cvtColor(img_rgb, cv2.COLOR_BGR2GRAY)
#gray = cv2.medianBlur(gray, 5) # reduce noise gray = cv2.medianBlur(gray, 5) # reduce noise
# TODO try # TODO try
# It also helps to smooth image a bit unless it's already soft. For example, # It also helps to smooth image a bit unless it's already soft. For example,
......
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