Click or drag to resize
SoElasticRegistrationProcessing2dmetricType Property

Type of metric used to measure the similarity/dissimilarity between the fixed and the transformed image.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<SoElasticRegistrationProcessing2dMetricTypes> metricType { get; }

Property Value

Type: SoSFEnumSoElasticRegistrationProcessing2dMetricTypes
Remarks

Only Euclidean metric is currently available. . Default is EUCLIDEAN

See Also