Skip to content
Snippets Groups Projects
Commit 679057e7 authored by rcam2's avatar rcam2
Browse files

initial commit

parent 68332698
No related branches found
No related tags found
No related merge requests found
import argparse
import numpy as np
import opencv as cv2
parser = argparse.ArgumentParser(description='Feature extractor SIFT')
parse.add_argument('--path', default='./dataset', type=str)
images_list =
for image
\ No newline at end of file
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