Skip to content

PLChunkData.ChunkComponentSelectorEnum Class#

Selects the Component from which to retreive data from.

Applies to: Stereo ace

Visibility: Expert

Selecting Parameters: ChunkComponentID, ChunkComponentIDValue, ChunkDecimationHorizontal, ChunkDecimationVertical, ChunkHeight, ChunkOffsetX, ChunkOffsetY, ChunkPartIndex, ChunkPixelFormat, ChunkScan3dFocalLength, ChunkScan3dPrincipalPointU, ChunkScan3dPrincipalPointV, ChunkWidth

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum

Constructors#

 NameDescription
Public methodPLChunkData.ChunkComponentSelectorEnum Initializes a new instance of the PLChunkData.ChunkComponentSelectorEnum class
 

Properties#

 NameDescription
Public propertyCalibration

Annotated left and right images for calibration.

Applies to: Stereo ace

Public propertyConfidence

The image data is the confidence map component.

Applies to: Stereo ace

Public propertyDisparity

The image data is the disparity component.

Applies to: Stereo ace

Public propertyError

The image data is the error map component.

Applies to: Stereo ace

Public propertyIntensity

The image data is the intensity component.

Applies to: Stereo ace

Public propertyIntensityCombined

Intensity images of left and right camera combined. Right image is stacked under left image.

Applies to: Stereo ace

Public propertyName The full name of ChunkComponentSelector (Overrides ParameterListEnum.Name.)
Public propertyRawCombined

Unrectified intensity images of left and right camera combined. Right image is stacked under left image.

Applies to: Stereo ace

 

Methods#

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

PLChunkData.ChunkComponentSelectorEnum.ToString Method#

The full name of ChunkComponentSelector

Return Value#

Type: String
Returns the full name of ChunkComponentSelector

PLChunkData.ChunkComponentSelectorEnum Constructor#

Initializes a new instance of the PLChunkData.ChunkComponentSelectorEnum class

PLChunkData.ChunkComponentSelectorEnum.Calibration Property#

Annotated left and right images for calibration.

Applies to: Stereo ace

PLChunkData.ChunkComponentSelectorEnum.Confidence Property#

The image data is the confidence map component.

Applies to: Stereo ace

PLChunkData.ChunkComponentSelectorEnum.Disparity Property#

The image data is the disparity component.

Applies to: Stereo ace

PLChunkData.ChunkComponentSelectorEnum.Error Property#

The image data is the error map component.

Applies to: Stereo ace

PLChunkData.ChunkComponentSelectorEnum.Intensity Property#

The image data is the intensity component.

Applies to: Stereo ace

PLChunkData.ChunkComponentSelectorEnum.IntensityCombined Property#

Intensity images of left and right camera combined. Right image is stacked under left image.

Applies to: Stereo ace

PLChunkData.ChunkComponentSelectorEnum.Name Property#

The full name of ChunkComponentSelector

PLChunkData.ChunkComponentSelectorEnum.RawCombined Property#

Unrectified intensity images of left and right camera combined. Right image is stacked under left image.

Applies to: Stereo ace