Add outlier rejection (#432)

Uses standard deviations from mean x/y location to reject outliers
This commit is contained in:
Matt
2022-02-28 00:44:22 -05:00
committed by GitHub
parent 3120a6439b
commit 50fdfd8bce
6 changed files with 167 additions and 7 deletions

View File

@@ -69,6 +69,8 @@ export default new Vuex.Store({
contourRatio: [0, 12],
contourFullness: [0, 12],
contourSpecklePercentage: 5,
contourFilterRangeX: 5,
contourFilterRangeY: 5,
contourGroupingMode: 0,
contourIntersection: 0,
contourSortMode: 0,