UnsharpLength and UnsharpEnhancement, allow use of unsharp masking, as simple method of
image edge enhancement
public int UnsharpLength {get; set;}
public:
property int UnsharpLength {
int get();
void set ( int value);
}
'Declaration
Public Property UnsharpLength As Integer
'Usage
Dim instance As DicomImage
Dim value As Integer
instance.UnsharpLength = value
value = instance.UnsharpLength
Target Platforms: .NET CLR 4.0 or higher