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