C#
VB
WinRT C#
C++
Gets or sets the threshold value used to binarize the image before finding the skeleton.
public int Threshold { get; set; }
Public Property Threshold As Integer
public int Threshold {get; set;}
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
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.
Refer to SkeletonCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET