Skip to content

PLPixelDataConverter.InconvertibleEdgeHandlingEnum Class#

Sets how to handle rows and columns that can't be converted.

Visibility: Beginner

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum

Constructors#

 NameDescription
Public methodPLPixelDataConverter.InconvertibleEdgeHandlingEnum Initializes a new instance of the PLPixelDataConverter.InconvertibleEdgeHandlingEnum class
 

Properties#

 NameDescription
Public propertyClip

Rows and columns that can't be converted are removed from the output image.

Public propertyExtend

Rows and columns that can't be converted are filled by extrapolating image data from neighboring rows and columns.

Public propertyName The full name of InconvertibleEdgeHandling (Overrides ParameterListEnum.Name.)
Public propertySetZero

Rows and columns that can't be converted are set to zero.

 

Methods#

 NameDescription
Public methodToString The full name of InconvertibleEdgeHandling (Overrides Object.ToString()()()().)
 

PLPixelDataConverter.InconvertibleEdgeHandlingEnum.ToString Method#

The full name of InconvertibleEdgeHandling

Return Value#

Type: String
Returns the full name of InconvertibleEdgeHandling

PLPixelDataConverter.InconvertibleEdgeHandlingEnum Constructor#

Initializes a new instance of the PLPixelDataConverter.InconvertibleEdgeHandlingEnum class

PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Clip Property#

Rows and columns that can't be converted are removed from the output image.

PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Extend Property#

Rows and columns that can't be converted are filled by extrapolating image data from neighboring rows and columns.

PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Name Property#

The full name of InconvertibleEdgeHandling

PLPixelDataConverter.InconvertibleEdgeHandlingEnum.SetZero Property#

Rows and columns that can't be converted are set to zero.