Skip to content

intcomp/OsiriXConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OsirixSR Converter

Convert Osirix ROI into standardized formats.

Overview

The OsiriX dicom Viewer exports ROI annotations into the proprietary "OsiriX SR" format that is hard to parse and read.

This tool parseses data from OsiriX files and converts it into widely compatible formats for easier use and analysis.

Key Features

  • No predefined file structure required; automatically processes studies based on DICOM metadata.
  • Supports batch processing.
  • Generate multiple output formats:

Quick start

# clone the code
git clone https://github.com/intcomp/OsiriXConvert
cd OsiriXConvert
# install dependencies
pip install -r requirements.txt
# convert
python convert.py /path/to/your/cases

You can start with the example python convert.py /path/to/your/cases.

Please refer to https://kaizhao.net/blog/osirix-convert for detailed instruction on how to export and convert OsiriX ROI annotations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages