mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
Add outlier rejection (#432)
Uses standard deviations from mean x/y location to reject outliers
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user