コンテンツにスキップ

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#

 名前説明
Public methodPLPixelDataConverter.InconvertibleEdgeHandlingEnum Initializes a new instance of the PLPixelDataConverter.InconvertibleEdgeHandlingEnum class
 

プロパティ#

 名前説明
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 property名前 The full name of InconvertibleEdgeHandling (Overrides ParameterListEnum.Name.)
Public propertySetZero

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

 

方法#

 名前説明
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.