From 3f48346557786065515bd70c837d3836e01c77b7 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Sat, 7 Nov 2020 19:23:27 -0600 Subject: [PATCH] Remove Erode/Dilate from backend and UI (#152) Removing erode/dilate from Reflective pipeline in backend and UI --- photon-client/src/store/index.js | 2 - .../src/views/PipelineViews/ThresholdTab.vue | 39 ++-------------- .../pipeline/AdvancedPipelineSettings.java | 7 --- .../ColoredShapePipelineSettings.java | 11 ++++- .../vision/pipeline/PipelineProfiler.java | 18 ++++---- .../vision/pipeline/ReflectivePipeline.java | 45 ++++++++----------- .../vision/pipeline/PipelineProfilerTest.java | 2 +- 7 files changed, 39 insertions(+), 85 deletions(-) diff --git a/photon-client/src/store/index.js b/photon-client/src/store/index.js index 8c338f608..fad74334b 100644 --- a/photon-client/src/store/index.js +++ b/photon-client/src/store/index.js @@ -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], diff --git a/photon-client/src/views/PipelineViews/ThresholdTab.vue b/photon-client/src/views/PipelineViews/ThresholdTab.vue index cf78bb71a..75b4fd419 100644 --- a/photon-client/src/views/PipelineViews/ThresholdTab.vue +++ b/photon-client/src/views/PipelineViews/ThresholdTab.vue @@ -84,33 +84,16 @@ - - -