#include <anacutoff.h>
Data Fields | |
float | border_cor_hardcutoff |
the minimum correlation of the two border markers for them to be accepted | |
float | border_cor_softcutoff |
the minimum correlation of the two border markers not to raise a flag | |
float | border_neighbour_cor_cutoff |
the minimum correlation of the two border markers with their neighbours | |
float | border_roughness_cutoff |
the minimum roughness of the two border markers | |
float | marker_roughness_cutoff |
the value for the minimum marker roughness for marker checking | |
float | marker_correlation_cutoff |
the value for the minimum marker correlation for marker checking | |
int | interpolated_data_cutoff |
the value for the maximum number of interpolated lanes allowed in a zone | |
int | interpolated_marker_cutoff |
the value for the maximum number of interpolated markers allowed in a zone | |
int | consec_data_cutoff |
the value for the maximum number of consecutive interpolated lanes allowed in a zone | |
int | consec_marker_cutoff |
the value for the maximum number of consecutive interpolated markers allowed in a zone | |
int | markercorsegments |
the value for the number segments into which zones are grouped for marker roughness and correlation determination | |
int | noutlier_cutoff |
the value for the maximum number of outliers corrected | |
float | lanespacingcheck_factor |
the factor defining the range of acceptable lane spacing | |
float | asym_window_factor |
the factor used to determine the size of the window used for the asymmetry calculation | |
float | asym_whisker_factor |
the n for the nIQR test used to determine if an asymmetry is an outlier | |
int | consec_asym_soft_cutoff |
the minimum number of consecutive asymmetric lanes that requires re-matching | |
int | consec_asym_hard_cutoff |
the minimum number of consecutive asymmetric lanes that will be flagged | |
float | asym_threshold |
the minimum difference between the intensity of pixel pairs for the difference to be included in the score | |
float | asym_max_offset |
the maximum offset of the asymmetric datum can be from the identified center of the lane | |
int | slope_threshold |
the threshold used for working out thresholded roughness for contamination detection | |
float | match_maxoffset_factor |
the factor used to determine the offset for contamination detection comparison | |
float | match_min_roughness_factor |
the factor used to determine the minimum valid thresholded roughness for contamination detection | |
int | match_min_valid_threshold |
the minimum threshold used to calculate the thresholded roughness for contamination detection | |
float | match_contam_cutoff |
the cutoff value above which the two lanes are declared contaminations | |
float | non_recom_thresrough_factor |
the factor used to determine the roughness below which a lane is declared non-recombinant imagewidth/factor gives the min thresrough for lane to be considered for contamination | |
int | non_recom_maxdiff |
the minimum maxdiff for a lane to be classified as non-recombinant | |
float | noise_to_FG_ratio |
noise to foreground ratio used in noise galaxy detection | |
int | min_FG |
the minimum intensity of foreground for pixel to be considered in noise galaxy detection | |
float | noise_span_factor |
number of consecutive pixels labelled as noise for the lane to be labelled as noisy (in multiples of lanespacing |