ScanFix Xpress v9.0 for .NET - Updated
HorizontalMinimumActivity Property




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalMinimumActivity Property
Gets and sets a value that controls how intense the activity has to be for it to be considered real activity.
Syntax
'Declaration
 
Public Property HorizontalMinimumActivity As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalMinimumActivity = value
 
value = instance.HorizontalMinimumActivity
public int HorizontalMinimumActivity {get; set;}
public: __property int get_HorizontalMinimumActivity();
public: __property void set_HorizontalMinimumActivity( 
   int value
);
public:
property int HorizontalMinimumActivity {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the minimum level of activity.
Remarks

Notes: Setting this value higher can improve performance when you find the component registering to edge noise.

Valid values: Any number from 1 to 1000

Default value: 3

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.