Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/dive-common/store/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const componentMapEntries: ComponentMapItem[] = [
component: TypeThreshold,
},
{
description: 'Image Enhancements',
description: 'Image Adjustments',
component: ImageEnhancements,
},
{
Expand Down
6 changes: 3 additions & 3 deletions client/src/components/controls/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ export default defineComponent({
<v-btn
icon
small
:title="!isDefaultImage ? 'Image Enhancements (Modified)' : 'Image Enhancements'"
:title="!isDefaultImage ? 'Image Adjustments (Modified)' : 'Image Adjustments'"
@click="toggleEnhancements"
>
<v-icon>mdi-contrast-box</v-icon>
Expand Down Expand Up @@ -972,7 +972,7 @@ export default defineComponent({
<v-btn
icon
small
:title="!isDefaultImage ? 'Image Enhancements (Modified)' : 'Image Enhancements'"
:title="!isDefaultImage ? 'Image Adjustments (Modified)' : 'Image Adjustments'"
@click="toggleEnhancements"
>
<v-icon>mdi-contrast-box</v-icon>
Expand Down Expand Up @@ -1261,7 +1261,7 @@ export default defineComponent({
<v-btn
icon
small
:title="!isDefaultImage ? 'Image Enhancements (Modified)' : 'Image Enhancements'"
:title="!isDefaultImage ? 'Image Adjustments (Modified)' : 'Image Adjustments'"
@click="toggleEnhancements"
>
<v-icon>mdi-contrast-box</v-icon>
Expand Down
2 changes: 1 addition & 1 deletion docs/Annotation-User-Interface-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This documentation section provides a reference guide to the annotation interfac
* **[Dataset Info](UI-DatasetInfo.md)** - View dataset properties and attach custom dataset-level metadata that is shown while annotating and included in CSV export.
* **[Revision History](Web-Version.md#revision-history)** (Web) - Inspect and check out past saved annotation states.
* **Threshold Controls** - Advance thresholding of annotation confidence values per-type.
* **Image Enhancement** — Brightness, contrast, saturation, sharpness, and
* **Image Adjustments** — Brightness, contrast, saturation, sharpness, and
[percentile stretch for high bit-depth TIFF](UI-Image-Enhancements.md) (Web
large-image and Desktop image-sequence).
* **[Group Manager](UI-Group-Manager.md)** - Controls for creating, managing, and filtering multi-annotation groups.
Expand Down
2 changes: 1 addition & 1 deletion docs/DataFormats.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ interface DatasetMetaMutable {

`imageEnhancements` stores viewer display settings (brightness, contrast, saturation,
sharpen, and optional percentile stretch bounds). See
[Image Enhancements](UI-Image-Enhancements.md) for platform support of high bit-depth stretch.
[Image Adjustments](UI-Image-Enhancements.md) for platform support of high bit-depth stretch.

### Media frame metadata

Expand Down
2 changes: 1 addition & 1 deletion docs/Large-Image-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GeoTIFF tile server).
## Dynamic range in the viewer

For **Web** tiled TIFF datasets (`large-image` type), use the
[Image Enhancements](UI-Image-Enhancements.md) panel to apply **percentile stretch** while
[Image Adjustments](UI-Image-Enhancements.md) panel to apply **percentile stretch** while
annotating. DIVE passes stretch parameters to Girder tile requests so 16-bit (and other
high bit-depth) data can be viewed interactively without baking a fixed min/max into the
file first.
Expand Down
4 changes: 2 additions & 2 deletions docs/UI-Image-Enhancements.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Enhancements
# Image Adjustments

The **Image Enhancements** panel adjusts how imagery looks in the annotation view. Open it
The **Image Adjustments** panel adjusts how imagery looks in the annotation view. Open it
from the [context sidebar](UI-Navigation-Editing-Bar.md#context-sidebar-web) (Web) or the
viewer controls (Desktop).

Expand Down
2 changes: 1 addition & 1 deletion docs/UI-Navigation-Editing-Bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The editing bar is the second row below navigation.

On the right side of the editing bar, ==:material-chevron-left-box:== (or ==:material-chevron-right-box:== when open) toggles the **context sidebar** — advanced tools and settings panels on the right side of the viewer.

Use the dropdown at the top of that panel to switch tools, including [Dataset Info](UI-DatasetInfo.md), [Revision History](Web-Version.md#revision-history), [Image Enhancements](UI-Image-Enhancements.md), Group Manager, threshold controls, and (when applicable) [Annotation Sets](Annotation-Sets.md).
Use the dropdown at the top of that panel to switch tools, including [Dataset Info](UI-DatasetInfo.md), [Revision History](Web-Version.md#revision-history), [Image Adjustments](UI-Image-Enhancements.md), Group Manager, threshold controls, and (when applicable) [Annotation Sets](Annotation-Sets.md).

### Editing Status Indicator

Expand Down
2 changes: 1 addition & 1 deletion docs/UI-Timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The timeline provides a control bar and a few different temporal visualizations.
* ==:material-lock-open:== will enable camera lock, which causes the annotation view to auto-zoom and pan to whatever annotation is currently selected. This is useful when reviewing the output of a pipeline.
* Hovering over the camera lock will open additional settings for forcing transition and locking to a zoomed in multiple of the bbox size
* ==:material-image-filter-center-focus:== or the ++r++ key will reset zoom/pan in the annotation view.
* ==:material-contrast-box:== will open the [Image Enhancements](UI-Image-Enhancements.md) panel.
* ==:material-contrast-box:== will open the [Image Adjustments](UI-Image-Enhancements.md) panel.

## Multicam gap indicators

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ nav:
- Suppression: UI-Suppression.md
- Group Manager: UI-Group-Manager.md
- Dataset Info: UI-DatasetInfo.md
- Image Enhancements: UI-Image-Enhancements.md
- Image Adjustments: UI-Image-Enhancements.md
- Annotation Sets: Annotation-Sets.md
- Scoring: Scoring.md
- Query: Query.md
Expand Down
Loading