Commit 69df3155 authored by Adam Paquette's avatar Adam Paquette
Browse files

Start on user input file specification

parent 48df3115
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ m = cg.edge[0][1].masks
# Compute a homography and apply RANSAC
cg.compute_fundamental_matrices(clean_keys=['ratio', 'symmetry'])

# add ANMS

cg.subpixel_register(clean_keys=['fundamental', 'symmetry', 'ratio'], template_size=5, search_size=15)

cnet = cg.to_cnet(clean_keys=['subpixel'], isis_serials=True)
@@ -32,3 +34,7 @@ filelist = cg.to_filelist()
write_filelist(filelist, 'TestList.lis')

to_isis('TestList.net', cnet, mode='wb', targetname='Moon')

# Ticket calls for a user specified "file list".
# What kind of "file list" should this ui take? Should it be in the form of a .json file or should we allow the user
# to enter the images he/she wants to look at in particular and parse them into a .json?
 No newline at end of file