VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / BayerGridInterpolationMethod Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    BayerGridInterpolationMethod Enumeration
    In This Topic
    Specifies available interpolation methods of Bayer grid.
    Syntax
    'Declaration
    
    Public Enum BayerGridInterpolationMethod
       Inherits System.Enum
    
    
    public enum BayerGridInterpolationMethod : System.Enum
    
    
    __value public enum BayerGridInterpolationMethod : public System.Enum
    
    
    public enum class BayerGridInterpolationMethod : public System.Enum
    
    
    Members
    MemberDescription
    NoneRAW image data is not interpolated.
    BilinearBilinear interpolation is applied to the RAW image data.
    VngVariable number of gradients (VNG) interpolation is applied to the RAW image data.
    AhdAdaptive homogeneity-directed (AHD) interpolation is applied to the RAW image data.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Raw.BayerGridInterpolationMethod

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also