'Declaration Public Property AutoAlign As Boolean
'Usage Dim instance As RegistrationProcessor Dim value As Boolean instance.AutoAlign = value value = instance.AutoAlign
public bool AutoAlign {get; set;}
'Declaration Public Property AutoAlign As Boolean
'Usage Dim instance As RegistrationProcessor Dim value As Boolean instance.AutoAlign = value value = instance.AutoAlign
public bool AutoAlign {get; set;}
When this value is set to false, the imageToRegister argument to RegisterToImage and RegisterToModel will not ever be modified.
When this value is set to true, the imageToRegister argument to RegisterToImage and RegisterToModel may be modified. If the registration process is successful as indicated by RegistrationResult.State, the imageToRegister will be aligned with the model.
Default: false