Commit 25930fce authored by Adam Paquette's avatar Adam Paquette
Browse files

fully applied apply_func_to_edges to image_match

parent a299a8bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ def match_images(args, config_dict):
    cg.extract_features(method='sift', extractor_parameters={'nfeatures': 1000})

    # Match
    cg.apply_func_to_edges('match_features')
    cg.match_features()

    # Apply outlier detection
    cg.apply_func_to_edges('symmetry_check')
@@ -46,6 +46,6 @@ def match_images(args, config_dict):
    to_isis(config_dict['outputfile_path'] + args.output_file + '.net', cnet, mode='wb', targetname='Moon')

if __name__ == '__main__':
    config = read_yaml()
    config = read_yaml('image_match_config.yml')
    command_line_args = parse_arguments()
    match_images(command_line_args, config)
+3 −3
Original line number Diff line number Diff line
basepath: /home/acpaquette/Desktop/
inputfile_path: /home/acpaquette/autocnet/autocnet/examples/Apollo15/
outputfile_path: /home/acpaquette/autocnet/autocnet/examples/Apollo15/
basepath:
inputfile_path:
outputfile_path: