Accusoft.FormFix5.Net
IdentifyRotated180 Property




Instructs this object to identify images that are rotated 180 degrees counter-clockwise from the matching FormModel.
Syntax
'Declaration
 
Public Property IdentifyRotated180 As Boolean
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Boolean
 
instance.IdentifyRotated180 = value
 
value = instance.IdentifyRotated180
public bool IdentifyRotated180 {get; set;}
public: __property bool get_IdentifyRotated180();
public: __property void set_IdentifyRotated180( 
   bool value
);
public:
property bool IdentifyRotated180 {
   bool get();
   void set (    bool value);
}
Remarks

This property controls comparison of rotated images. When this is true, this object will rotate unknown images 180 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

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback