Remove Erode/Dilate from backend and UI (#152)

Removing erode/dilate from Reflective pipeline in backend and UI
This commit is contained in:
Chris Gerth
2020-11-07 19:23:27 -06:00
committed by GitHub
parent bf7c9fea44
commit 3f48346557
7 changed files with 39 additions and 85 deletions

View File

@@ -58,8 +58,6 @@ export default new Vuex.Store({
hsvHue: [0, 15],
hsvSaturation: [0, 15],
hsvValue: [0, 25],
erode: false,
dilate: false,
contourArea: [0, 12],
contourRatio: [0, 12],
contourFullness: [0, 12],