PLCamera.BslDemosaicingMethodEnum Class#
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB
Visibility: Guru
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.BslDemosaicingMethodEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.BslDemosaicingMethodEnum | Initializes a new instance of the PLCamera.BslDemosaicingMethodEnum class |
Properties#
Name | Description | |
---|---|---|
AverageGreen | Demosaicing is performed using the Average Green algorithm. This algorithm uses information from the spatially closest pixel or the arithmetic mean of surrounding green pixels. It is best suited for non-Bayer pixel formats, e.g., YCbCr or RGB. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB | |
BaslerPGI | Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. It is best suited for non-Bayer pixel formats, e.g., YCbCr or RGB. Applies to: ace 2 GigE, ace 2 USB and dart USB | |
Name | The full name of BslDemosaicingMethod (Overrides ParameterListEnum.Name.) | |
NearestNeighbor | Demosaicing is performed using the Nearest Neighbor algorithm. This algorithm uses information from the spatially closest pixel. It is best suited for Bayer pixel formats, e.g. Bayer RG 8. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB | |
Unilinear | Demosaicing is performed using the Unilinear algorithm. This algorithm uses information from the spatially closest pixel or the arithmetic mean of surrounding pixels. It is best suited for Bayer pixel formats, e.g. Bayer RG 8. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of BslDemosaicingMethod (Overrides Object.ToString()()()().) |
PLCamera.BslDemosaicingMethodEnum.ToString Method#
The full name of BslDemosaicingMethod
Return Value#
Type: String
Returns the full name of BslDemosaicingMethod
PLCamera.BslDemosaicingMethodEnum Constructor#
Initializes a new instance of the PLCamera.BslDemosaicingMethodEnum class
PLCamera.BslDemosaicingMethodEnum.AverageGreen Property#
Demosaicing is performed using the Average Green algorithm. This algorithm uses information from the spatially closest pixel or the arithmetic mean of surrounding green pixels. It is best suited for non-Bayer pixel formats, e.g., YCbCr or RGB.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB
PLCamera.BslDemosaicingMethodEnum.BaslerPGI Property#
Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. It is best suited for non-Bayer pixel formats, e.g., YCbCr or RGB.
Applies to: ace 2 GigE, ace 2 USB and dart USB
PLCamera.BslDemosaicingMethodEnum.Name Property#
The full name of BslDemosaicingMethod
PLCamera.BslDemosaicingMethodEnum.NearestNeighbor Property#
Demosaicing is performed using the Nearest Neighbor algorithm. This algorithm uses information from the spatially closest pixel. It is best suited for Bayer pixel formats, e.g. Bayer RG 8.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB
PLCamera.BslDemosaicingMethodEnum.Unilinear Property#
Demosaicing is performed using the Unilinear algorithm. This algorithm uses information from the spatially closest pixel or the arithmetic mean of surrounding pixels. It is best suited for Bayer pixel formats, e.g. Bayer RG 8.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart USB