Click or drag to resize
SoImageRegistrationTransformRegistrationEventGetSimilarity Method

Returns the similarity measurement between the 2 overlapped images.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public double GetSimilarity()

Return Value

Type: Double
Remarks

The measurement and the range of the similarity will vary according to the metric type. Whatever the metric used, a higher similarity means a better registration. Similarity values from different metrics cannot be compared.

The similarity value is defined in .

See Also