cars.applications.sparse_matching.sparse_matching_constants

this module contains the constants of sparse matching.

Module Contents

cars.applications.sparse_matching.sparse_matching_constants.SPARSE_MATCHING_RUN_TAG = 'sparse_matching_run'
cars.applications.sparse_matching.sparse_matching_constants.DISPARITY_MARGIN_TAG = 'disparity_margin'
cars.applications.sparse_matching.sparse_matching_constants.ELEVATION_DELTA_LOWER_BOUND = 'elevation_delta_lower_bound'
cars.applications.sparse_matching.sparse_matching_constants.ELEVATION_DELTA_UPPER_BOUND = 'elevation_delta_upper_bound'
cars.applications.sparse_matching.sparse_matching_constants.EPIPOLAR_ERROR_UPPER_BOUND = 'epipolar_error_upper_bound'
cars.applications.sparse_matching.sparse_matching_constants.EPIPOLAR_ERROR_MAXIMUM_BIAS = 'epipolar_error_maximum_bias'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_THRESH_HOLD = 'sift_matching_threshold'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_N_OCTAVE = 'sift_n_octave'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_N_SCALE_PER_OCTAVE = 'sift_n_scale_per_octave'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_PEAK_THRESHOLD = 'sift_peak_threshold'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_EDGE_THRESHOLD = 'sift_edge_threshold'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_MAGNIFICATION = 'sift_magnification'
cars.applications.sparse_matching.sparse_matching_constants.SIFT_BACK_MATCHING = 'sift_back_matching'
cars.applications.sparse_matching.sparse_matching_constants.DISP_LOWER_BOUND = 'disp_lower_bound'
cars.applications.sparse_matching.sparse_matching_constants.DISP_UPPER_BOUND = 'disp_upper_bound'
cars.applications.sparse_matching.sparse_matching_constants.DISPARITY_RANGE_COMPUTATION_TAG = 'disparity_range_computation_run'
cars.applications.sparse_matching.sparse_matching_constants.MINIMUM_DISPARITY_TAG = 'minimum_disparity'
cars.applications.sparse_matching.sparse_matching_constants.MAXIMUM_DISPARITY_TAG = 'maximum_disparity'
cars.applications.sparse_matching.sparse_matching_constants.MATCHES_TAG = 'matches'
cars.applications.sparse_matching.sparse_matching_constants.DISPARITY_MARGIN_PARAM_TAG = 'disparity_margin_param'
cars.applications.sparse_matching.sparse_matching_constants.METHOD = 'method'
cars.applications.sparse_matching.sparse_matching_constants.MATCHES_FILTERING_TAG = 'matches_filtering'
cars.applications.sparse_matching.sparse_matching_constants.RAW_MATCHES_TAG = 'raw_matches'
cars.applications.sparse_matching.sparse_matching_constants.FILTERED_MATCHES_TAG = 'filtered_matches'
cars.applications.sparse_matching.sparse_matching_constants.NUMBER_MATCHES_TAG = 'number_matches'
cars.applications.sparse_matching.sparse_matching_constants.RAW_NUMBER_MATCHES_TAG = 'raw_number_matches'
cars.applications.sparse_matching.sparse_matching_constants.BEFORE_CORRECTION_EPI_ERROR_MEAN = 'before_correction_epi_error_mean'
cars.applications.sparse_matching.sparse_matching_constants.BEFORE_CORRECTION_EPI_ERROR_STD = 'before_correction_epi_error_std'
cars.applications.sparse_matching.sparse_matching_constants.BEFORE_CORRECTION_EPI_ERROR_MAX = 'before_correction_epi_error_max'