Interface to image format converter parameters. More...
#include <pylon/_ImageFormatConverterParams.h>
Public Attributes | |
MonoConversion - Parameters for converting monochrome images. | |
GenApi::IEnumerationT < MonoConversionMethodEnums > & | MonoConversionMethod |
Sets the conversion method for monochrome images. More... | |
GenApi::IFloat & | Gamma |
Sets the gamma value for converting monochrome images. More... | |
GenApi::IInteger & | AdditionalLeftShift |
Sets the value for additional shifting when converting monochrome images in Truncate mode. More... | |
Root - Image Format Converter parameters. | |
GenApi::IInteger & | OutputPaddingX |
The number of additional data bytes at the end of each line. More... | |
GenApi::IEnumerationT < OutputOrientationEnums > & | OutputOrientation |
Defines the vertical orientation of the output image in memory. More... | |
GenApi::IEnumerationT < InconvertibleEdgeHandlingEnums > & | InconvertibleEdgeHandling |
Sets the handling for rows and columns that cannot be converted. More... | |
GenApi::IEnumerationT < OutputBitAlignmentEnums > & | OutputBitAlignment |
Controls the alignment of the bits in the target pixel type. More... | |
Interface to image format converter parameters.
GenApi::IInteger& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::AdditionalLeftShift |
Sets the value for additional shifting when converting monochrome images in Truncate mode.
Sets the value for additional shifting when converting monochrome images in Truncate mode. The image data is converted using a lookup table if the parameter value differs from zero. 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
GenApi::IFloat& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::Gamma |
Sets the gamma value for converting monochrome images.
Sets the gamma value for converting monochrome images. The image data is converted using a lookup table. The values of the lookup table are computed using the following formula: valueOut = min((((valueIn ^ Gamma) / (valueInMax ^ Gamma)) * valueOutMax), valueOutMax).
Visibility = Beginner
GenApi::IEnumerationT<InconvertibleEdgeHandlingEnums >& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::InconvertibleEdgeHandling |
Sets the handling for rows and columns that cannot be converted.
Sets the handling for rows and columns that cannot be converted.
Visibility = Beginner
GenApi::IEnumerationT<MonoConversionMethodEnums >& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::MonoConversionMethod |
Sets the conversion method for monochrome images.
Sets the conversion method for monochrome images.
Visibility = Beginner
GenApi::IEnumerationT<OutputBitAlignmentEnums >& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::OutputBitAlignment |
Controls the alignment of the bits in the target pixel type.
Controls the alignment of the bits in the target pixel type if the target value has more bits than the source value.
Visibility = Beginner
GenApi::IEnumerationT<OutputOrientationEnums >& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::OutputOrientation |
Defines the vertical orientation of the output image in memory.
Defines the vertical orientation of the output image in memory.
Visibility = Beginner
GenApi::IInteger& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::OutputPaddingX |
The number of additional data bytes at the end of each line.
The number of additional data bytes at the end of each line. These bytes are set to zero during the conversion.
Visibility = Beginner