DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CubicSplineAlpha Property






    CubicSplineAlpha Property
    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 System.Single
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Single
     
    instance.CubicSplineAlpha = value
     
    value = instance.CubicSplineAlpha
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also