CubicSplineAlpha Property
In This Topic
Parameter to control the degree of smoothing.
The default value is �0.75, and normal values range from �0.5 to �1.25, though higher negative values may be used
to produce deliberate edge enhancement.
Syntax
'Declaration
Public Property CubicSplineAlpha As Single
'Usage
Dim instance As DicomImage
Dim value As Single
instance.CubicSplineAlpha = value
value = instance.CubicSplineAlpha
public float CubicSplineAlpha {get; set;}
public:
property float CubicSplineAlpha {
float get();
void set ( float value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also