LogoLogo
RedBrick AIGuides
  • Quick Start
    • Walkthrough Guides
    • Get Started with a Project
    • Get Started with Workspace
      • Cohort Creation
      • Datapoint Classification
      • Configuring Metadata Schema
    • Creating a RedBrick AI Account
  • Organizations
    • Organization and Project Roles
    • Inviting Your Team
      • Single Sign-on
  • Dashboard
    • Account Settings
    • User Preferences
    • Worklist
    • Preview Tool
    • Integrations
    • Taxonomies
    • Boost
      • Auto Annotator
    • Home
      • Sections
  • Importing Data
    • Uploading Data to RedBrick
    • Import Cloud Data
      • Configuring AWS s3
      • Configuring Azure Blob
      • Configuring GCS
      • Configuring AltaDB
      • Creating an Items List
    • Troubleshooting
  • Projects
    • Tasks & Assignment
    • Comments & Raise Issue
    • Reference Standards
    • Project & Task Analytics
    • Labeler Evaluation
  • Project Pages
    • Data Page
    • Settings Page
      • Custom Label Validation
      • Custom Hanging Protocol
      • Webhooks
    • Multiple Labeling
      • Consensus
        • Agreement calculation
      • Task duplication
  • Annotation & viewer
    • Viewer Basics
      • Document Viewer
      • Multiple Modalities
      • Intellisync
      • Annotation Mirroring
    • Creating, Editing and Deleting Annotations
    • Visualization and Masking
    • Segmentation
      • Segmentation Tools
      • Instance vs. Semantic
      • Overlapping Segmentations
    • Heat maps
  • Python SDK & CLI
    • Full documentation
    • Installation & API Keys
    • SDK Overview
      • Importing Data & Annotations
      • Programmatic Label & Review
      • Assigning & Querying Tasks
      • Exporting Annotations
    • CLI Overview
      • Creating & Cloning Projects
      • Import Data & Annotations
      • Exporting Annotations
    • Importing Annotations Guide
    • Formats
      • Full Format Reference
      • Export Structure
  • Useful Links
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Annotation & viewer
  2. Segmentation

Overlapping Segmentations

PreviousInstance vs. SemanticNextHeat maps

Last updated 1 year ago

Was this helpful?

If you are annotating multiple structures in the same pixel/voxel space, you can utilize overlapping segmentations in RedBrick AI.

Any time you are using a (e.g. Brush Tool, Pen Tool, Contour Tool, etc.), you can use the options in the to configure your overlapping (or overwriting) behavior.

Specifically, you can utilize various combinations of the Editable Area and Modify Other Segments menus to determine how your annotations will be overlapped or overwritten. For a more comprehensive description of these menus and their functions, please reference .

Alternatively, please see the following short tutorial for a visual walkthrough of the differences:

Exporting Overlapping Segmentations

When exporting a Task with overlapping segmentations, RedBrick AI generates a unique annotation file for each segmentation.

The following JSON block is an example of how a single Task with two overlapping annotations will be exported.

projectId/
|-- TaskName
      |-- SeriesName.nii.gz // NIfTI file containing all annotations
      |-- SeriesName 
        |-- instance-1.nii.gz // NIfTI file for first overlapping segmentation
        |-- instance-2.nii.gz // NIfTI file for second overlapping segmentation
Segmentation Tool
An overview of how to overlap segmentations
Masking Panel
the relevant documentation