Smoothness Property

Applies To
Vision Objects: Geometric

Description
Sets / returns the smoothness level for the geometric edge extraction filter.

Usage

VGet  Sequence.Object.Smoothness, var
VSet  Sequence.Object.Smoothness, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Integer variable that will contain the value of the property.
value
Integer value or expression for the new value of the property.

Values
0 to 100

Default: 50

Remarks
The Smoothness property allows you to control the smoothing level of the edge extraction filter. The smoothing operation evens out rough edges and removes noise. The range of this control varies from 0 (no smooth) to 100 (a very strong smooth). The default setting is 50.

The DetailLevel property also affects how edges are extracted.

See Also
DetailLevel Property, Geometric Object, Timeout Property