Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v9_0_0#
#include <pylon/_ImageFormatConverterParams.h>
Inherited by Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params
Public Attributes#
Name | |
---|---|
Pylon::IIntegerEx & | AdditionalLeftShift Additional shifting value used for converting monochrome images - Applies to: ImageFormatConverter. |
Pylon::IFloatEx & | Gamma Gamma value for converting monochrome images - Applies to: ImageFormatConverter. |
Pylon::IEnumParameterT< MonoConversionMethodEnums > & | MonoConversionMethod Sets the conversion method for monochrome images - Applies to: ImageFormatConverter. |
Pylon::IEnumParameterT< InconvertibleEdgeHandlingEnums > & | InconvertibleEdgeHandling Sets how to handle rows and columns that can't be converted - Applies to: ImageFormatConverter. |
Pylon::IIntegerEx & | MaxNumThreads Maximum number of threads used for format conversion - Applies to: ImageFormatConverter. |
Pylon::IEnumParameterT< OutputBitAlignmentEnums > & | OutputBitAlignment Sets the alignment of the bits in the target pixel type - Applies to: ImageFormatConverter. |
Pylon::IEnumParameterT< OutputOrientationEnums > & | OutputOrientation Sets the vertical orientation of the output image in the buffer - Applies to: ImageFormatConverter. |
Pylon::IIntegerEx & | OutputPaddingX Number of additional data bytes at the end of each line - Applies to: ImageFormatConverter. |
Detailed Description#
A parameter class containing all parameters as members that are available for Image Format Converter.
The parameter class is used by the Pylon::CImageFormatConverter class. The Pylon::CImageFormatConverter creates new images by converting a source image to a different format. Once the format converter is configured it can convert almost all image formats supported by Basler camera devices. The [Utility_ImageFormatConverter] code sample shows the use of the Image Format Converter class.
Public Attributes Documentation#
variable AdditionalLeftShift#
Additional shifting value used for converting monochrome images - Applies to: ImageFormatConverter.
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
variable Gamma#
Gamma value for converting monochrome images - Applies to: ImageFormatConverter.
Gamma value for converting monochrome images. The image data is converted using a lookup table.
Visibility: Beginner
variable MonoConversionMethod#
Sets the conversion method for monochrome images - Applies to: ImageFormatConverter.
Visibility: Beginner
variable InconvertibleEdgeHandling#
Sets how to handle rows and columns that can't be converted - Applies to: ImageFormatConverter.
Visibility: Beginner
variable MaxNumThreads#
Maximum number of threads used for format conversion - Applies to: ImageFormatConverter.
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
variable OutputBitAlignment#
Sets the alignment of the bits in the target pixel type - Applies to: ImageFormatConverter.
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
variable OutputOrientation#
Sets the vertical orientation of the output image in the buffer - Applies to: ImageFormatConverter.
Visibility: Beginner
variable OutputPaddingX#
Number of additional data bytes at the end of each line - Applies to: ImageFormatConverter.
Number of additional data bytes at the end of each line. These bytes are set to zero during the conversion.
Visibility: Beginner