Click or drag to resize
SoImageRegistrationTransform3dMetricTypes Enumeration

This enum defines the different types of metric.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum MetricTypes
Members
  Member nameValueDescription
EUCLIDIAN0

Euclidean means the Euclidean distance, i.e., the mean squared difference between the gray values of model and reference.

The more the images are close to each other, the more the metric value will approach 0.

CORRELATION1

Correlation measures the correlation ratio of the registered images.

It takes values between 0 and 1. The case correlation ratio = 1 correspond to the case of two identical and registered images.

NORMALIZED_MUTUAL_INFORMATION2

The Mutual information metrics, especially the normalized one, are recommended when images from different modalities, e.g., CT and MRT, are to be registered.

Remarks