parser = argparse.ArgumentParser(description='Code for Feature Matching with FLANN tutorial.') parser.add_argument('--input1', help='Path to input image 1.', default ...
SIFT with 2000 keypoints and 10% of good match: python object_tracking.py video.mp4 sift 2000 0.1 SURF with standard keypoints and 30% of good match: python object_tracking.py video.mp4 surf 0 0.3 ORB ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results