Pylon Logo Basler Logo
List of all members
Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0 Class Reference

A parameter class containing all parameters as members that are available for Image Format Converter. More...

#include <pylon/_ImageFormatConverterParams.h>

Inheritance diagram for Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0:
Inheritance graph
[legend]

Public Attributes

Categories: MonoConversion
Pylon::IIntegerExAdditionalLeftShift
 Additional shifting value used for converting monochrome images - Applies to: ImageFormatConverter. More...
 
Pylon::IFloatExGamma
 Gamma value for converting monochrome images - Applies to: ImageFormatConverter. More...
 
Pylon::IEnumParameterT< MonoConversionMethodEnums > & MonoConversionMethod
 Sets the conversion method for monochrome images - Applies to: ImageFormatConverter. More...
 
Categories: Root
Pylon::IEnumParameterT< InconvertibleEdgeHandlingEnums > & InconvertibleEdgeHandling
 Sets how to handle rows and columns that can't be converted - Applies to: ImageFormatConverter. More...
 
Pylon::IEnumParameterT< OutputBitAlignmentEnums > & OutputBitAlignment
 Sets the alignment of the bits in the target pixel type - Applies to: ImageFormatConverter. More...
 
Pylon::IEnumParameterT< OutputOrientationEnums > & OutputOrientation
 Sets the vertical orientation of the output image in the buffer - Applies to: ImageFormatConverter. More...
 
Pylon::IIntegerExOutputPaddingX
 Number of additional data bytes at the end of each line - Applies to: ImageFormatConverter. More...
 

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.

Member Data Documentation

Pylon::IIntegerEx& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::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

Pylon::IFloatEx& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::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

Pylon::IEnumParameterT<InconvertibleEdgeHandlingEnums>& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::InconvertibleEdgeHandling

Sets how to handle rows and columns that can't be converted - Applies to: ImageFormatConverter.

Visibility: Beginner

Pylon::IEnumParameterT<MonoConversionMethodEnums>& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::MonoConversionMethod

Sets the conversion method for monochrome images - Applies to: ImageFormatConverter.

Visibility: Beginner

Pylon::IEnumParameterT<OutputBitAlignmentEnums>& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::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

Pylon::IEnumParameterT<OutputOrientationEnums>& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::OutputOrientation

Sets the vertical orientation of the output image in the buffer - Applies to: ImageFormatConverter.

Visibility: Beginner

Pylon::IIntegerEx& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params_v6_1_0::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


The documentation for this class was generated from the following file:

pylon 6.1.0
Copyright (c) 2006-2020 Basler AG (Mon Mar 16 2020 10:56:53)