In This Topic
UnsharpLength and UnsharpEnhancement, allow use of unsharp masking, as simple method of
image edge enhancement
Syntax
'Declaration
Public Property UnsharpLength As System.Integer
'Usage
Dim instance As DicomImage
Dim value As System.Integer
instance.UnsharpLength = value
value = instance.UnsharpLength
public System.int UnsharpLength {get; set;}
public read-write property UnsharpLength: System.Integer;
public function get,set UnsharpLength : System.int
public: __property System.int get_UnsharpLength();
public: __property void set_UnsharpLength(
System.int value
);
public:
property System.int UnsharpLength {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also