Gets or sets the threshold value used to binarize the image before finding the skeleton.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Threshold As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SkeletonCommand
Dim value As Integer
instance.Threshold = value
value = instance.Threshold |
C# | |
---|
public int Threshold {get; set;} |
C++/CLI | |
---|
public:
property int Threshold {
int get();
void set ( int value);
} |
Property Value
Threshold value used to binarize the image before finding the skeleton. This property is ignored if the image is a binary image. This property only accepts positive values.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also