- added CornerTracker
- added multi spindle with black background
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ parser = argparse.ArgumentParser(description='Code for Shi-Tomasi corner detecto
|
||||
parser.add_argument('--input', help='Path to input image.', default='pic3.png')
|
||||
args = parser.parse_args()
|
||||
|
||||
src = cv.imread('./data/spindle_bg_black/0001.png')
|
||||
src = cv.imread('./data/spindle_multi_black/0001.png')
|
||||
if src is None:
|
||||
print('Could not open or find the image:', args.input)
|
||||
exit(0)
|
||||
|
||||
Reference in New Issue
Block a user