Skip to content

PLCamera.BslDemosaicingMethodEnum Class#

Sets the demosaicing method.

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#

 NameDescription
Public methodPLCamera.BslDemosaicingMethodEnum Initializes a new instance of the PLCamera.BslDemosaicingMethodEnum class
 

Properties#

 NameDescription
Public propertyAverageGreen

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

Public propertyBaslerPGI

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

Public propertyName The full name of BslDemosaicingMethod (Overrides ParameterListEnum.Name.)
Public propertyNearestNeighbor

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

Public propertyUnilinear

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#

 NameDescription
Public methodToString 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