Metrics
nanodrr.metrics
¶
DoubleGeodesicSE3
¶
GradientNormalizedCrossCorrelation2d
¶
Compute Normalized Cross Correlation between the image gradients of two batches of images.
Source code in src/nanodrr/metrics/ncc.py
MultiscaleNormalizedCrossCorrelation2d
¶
MultiscaleNormalizedCrossCorrelation2d(
patch_sizes: list[int | None] = [None],
patch_weights: list[float] = [1.0],
eps: float = 0.0001,
)
Compute Normalized Cross Correlation between two batches of images at multiple scales.