diff --git a/photon-client/src/store/index.js b/photon-client/src/store/index.js index 714534c57..9a462a262 100644 --- a/photon-client/src/store/index.js +++ b/photon-client/src/store/index.js @@ -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, diff --git a/photon-client/src/views/PipelineViews/ContoursTab.vue b/photon-client/src/views/PipelineViews/ContoursTab.vue index c239e04ee..364bd6968 100644 --- a/photon-client/src/views/PipelineViews/ContoursTab.vue +++ b/photon-client/src/views/PipelineViews/ContoursTab.vue @@ -5,7 +5,7 @@ name="Area" min="0" max="100" - step="0.1" + step="0.01" @input="handlePipelineData('contourArea')" />