| SoImageRegistrationTransformRegistrationEvent Structure | 
This event describes the evolution of the registration process.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
 Syntax
SyntaxThe SoImageRegistrationTransformRegistrationEvent type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SoImageRegistrationTransformRegistrationEvent | Default constructor. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) | 
|  | GetHashCode | Returns the hash code for this instance.(Inherited from ValueType.) | 
|  | GetProgress | Returns the progress value of processing in the range [0-1]. | 
|  | GetSimilarity | Returns the similarity measurement between the 2 overlapped images. | 
|  | GetSource | Returns the source engine that raised the event. | 
|  | GetTransform | Returns the current estimated transformation. | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Remarks
RemarksThe user can access to the current similarity, the current transformation, the estimated progression.
 See Also
See Also