core

CORE – Coarse-to-fine Registration of whole-slide images.

Public API

The most commonly used functions are re-exported here for convenience:

from core import (
    load_wsi_images,
    extract_tissue_masks,
    perform_rigid_registration,
    elastic_image_registration,
    evaluate_registration_tre,
)

Imports are deferred so that sub-packages with heavy optional dependencies (tiatoolbox, torch, vision_agent …) are only loaded when actually used.