diff --git a/src/components/svg-icon.vue b/src/components/svg-icon.vue index 0c037ce..5e64430 100644 --- a/src/components/svg-icon.vue +++ b/src/components/svg-icon.vue @@ -16,6 +16,7 @@ + @@ -42,7 +43,8 @@ 'abdomen', 'limbs', 'head', - 'photo_sample' + 'photo_sample', + 'reset_slide' ] return iconList.includes(value) } diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 8cb8b82..aa36d4e 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -42,6 +42,9 @@
+ + + diff --git a/src/pages/help.vue b/src/pages/help.vue index c40b2e1..9b83093 100644 --- a/src/pages/help.vue +++ b/src/pages/help.vue @@ -41,7 +41,8 @@ This button will make three tools available:

    -
  1. Confidence slider: You can use the slider to change the confidence threshold for identifying structures. The default threshold is 50% confidence.
  2. +
  3. Confidence filter or : You can press this button to show all structures or return the confidence slider to the default value (50%).
  4. +
  5. Confidence slider: You can use the slider to change the confidence threshold for identifying structures.
  6. Refresh detections : If there has been a permanent change to the structure detection list, such as deleting a tag, the detection list can be reset to its original state.
  7. Structure list : you can view a list of all the structures available for detection in that region and select/deselect individual structures for detection.