Larvitar Documentation
Home
Guide
API
GitHub
Home
Guide
API
GitHub
  • API

    • Initializing
    • Parsing
    • Loading
    • Rendering
    • Interacting
    • Testing
    • Modules

      • Logger
      • Store
      • Managers

        • Image Manager
        • GSPS Manager
        • File Manager
      • Parsers

        • PDF Parser
        • NRRD Parser
        • ECG Parser
      • Loaders
        • DICOM Loader
        • MultiFrame Loader
        • SingleFrame Loader
        • DSA Image Loader
        • File Loader
        • Nrrd Loader
      • Interaction Tools

        • Initialize and manage Tools
        • Default and Custom Tools
        • Segmentation Tools
        • DvTools
      • Utilities

        • DICOM Anonymization
        • DICOM Customization
        • Tags
        • Utils
        • Memory
      • Post Processing

        • DSA
      • Visualizations

        • Layers
        • ECG
        • Color Maps
        • Greyscale Presentation States
      • Testing
Larvitar

Custom Loaders

With Custom Loaders larvitar provides a set of specialized loaders built on top of the cornerstoneWADOImageLoader. These loaders are designed to handle various types of DICOM images and extend the default functionality of the WADO Image Loader to support additional use cases and modalities.

Key Features

  1. Extensibility:

    • Custom loaders are tailored to handle specific image types that require additional parsing or preprocessing.
  2. Integration with WADO Image Loader:

    • Leverages the robust capabilities of the cornerstoneWADOImageLoader for standard DICOM image handling while providing custom logic for specialized scenarios.
  3. Support for Diverse Image Types:

    • Includes loaders for multiframe images, NRRD, DSA, and other non-standard image types.

How It Works

Custom loaders are registered with the cornerstoneWADOImageLoader and are seamlessly integrated into existing workflows. Each loader implements the logic required to preprocess, decode, and load the specific image type into memory for visualization or analysis.


D/Vision Lab
Last Updated:
Contributors: Laura Borghesi, Simone "Lateralus" Manini