Open BaophanN opened 1 month ago
Some of them collected from the ground truth data. For example, https://github.com/Teoge/DMPR-PS/blob/master/collect_thresholds.py collects the range of marking point distances, separator angles and bridge angles. Some of them are decided manually based on some prior knowledge.
Dear author, you defined the below threshold:
I understand that SQUARED_DISTANCE_THRESH = 0.000277778 = (10x10) / (600x600) means the smallest distance for 2 points to be distinguishable is 0.000277778. I want to know that how the remaining numbers are computed? Where does VSLOT_MIN_DIST = 0.044771278151623496 come from? Thank you