PLPixelDataConverter Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.PLPixelDataConverter
Properties#
Name | Description | |
---|---|---|
AdditionalLeftShift | Additional shifting value used for converting monochrome images. Only effective if the Mono Conversion Method parameter is set to Truncate. If the parameter value isn't zero, the image data is converted using a lookup table. Shifted values exceeding the maximum output value boundary are set to the maximum allowed value. Negative values are treated as right-shifted values. Visibility: Beginner | |
Gamma | Gamma value for converting monochrome images. The image data is converted using a lookup table. Visibility: Beginner | |
InconvertibleEdgeHandling | Sets how to handle rows and columns that can't be converted. Visibility: Beginner | |
MaxNumThreads | Maximum number of threads used for format conversion. Depending on the image size fewer than the specified number of threads will be used. Visibility: Beginner | |
MonoConversionMethod | Sets the conversion method for monochrome images. Visibility: Beginner | |
OutputBitAlignment | Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format. Visibility: Beginner | |
OutputOrientation | Sets the vertical orientation of the output image in the buffer. Visibility: Beginner | |
OutputPaddingX | Number of additional data bytes at the end of each line. These bytes are set to zero during the conversion. Visibility: Beginner |
PLPixelDataConverter.AdditionalLeftShift Property#
Additional shifting value used for converting monochrome images. Only effective if the Mono Conversion Method parameter is set to Truncate. If the parameter value isn't zero, the image data is converted using a lookup table. Shifted values exceeding the maximum output value boundary are set to the maximum allowed value. Negative values are treated as right-shifted values.
Visibility: Beginner
PLPixelDataConverter.Gamma Property#
Gamma value for converting monochrome images. The image data is converted using a lookup table.
Visibility: Beginner
PLPixelDataConverter.InconvertibleEdgeHandling Property#
Sets how to handle rows and columns that can't be converted.
Visibility: Beginner
PLPixelDataConverter.MaxNumThreads Property#
Maximum number of threads used for format conversion. Depending on the image size fewer than the specified number of threads will be used.
Visibility: Beginner
PLPixelDataConverter.MonoConversionMethod Property#
Sets the conversion method for monochrome images.
Visibility: Beginner
PLPixelDataConverter.OutputBitAlignment Property#
Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format.
Visibility: Beginner
PLPixelDataConverter.OutputOrientation Property#
Sets the vertical orientation of the output image in the buffer.
Visibility: Beginner
PLPixelDataConverter.OutputPaddingX Property#
Number of additional data bytes at the end of each line. These bytes are set to zero during the conversion.
Visibility: Beginner