Merge pull request #3572 from berak:python_samples_30
This commit is contained in:
@@ -79,7 +79,7 @@ if __name__ == '__main__':
|
||||
cv2.createTrackbar('outlier %', 'fit line', 30, 100, update)
|
||||
while True:
|
||||
update()
|
||||
ch = cv2.waitKey(0)
|
||||
ch = cv2.waitKey(0) & 0xFF
|
||||
if ch == ord('f'):
|
||||
cur_func_name = dist_func_names.next()
|
||||
if ch == 27:
|
||||
|
Reference in New Issue
Block a user