'Declaration
Public Property IdentifyRotated90 As Boolean
'Usage
Dim instance As IdentificationProcessor Dim value As Boolean instance.IdentifyRotated90 = value value = instance.IdentifyRotated90
public bool IdentifyRotated90 {get; set;}
'Declaration
Public Property IdentifyRotated90 As Boolean
'Usage
Dim instance As IdentificationProcessor Dim value As Boolean instance.IdentifyRotated90 = value value = instance.IdentifyRotated90
public bool IdentifyRotated90 {get; set;}
This property controls comparison of rotated images. When this is true, this object will rotate unknown images 90 degrees clockwise and check for a match against FormModels.
Note that this rotated comparison is in addition to the normal, un-rotated comparison. If you know that your images are always rotated at a certain angle, you should go ahead and un-rotate the images before you try to identify them.
Default value: false