Pylon Logo Basler Logo
Classes | Enumerations
_ImageFormatConverterParams.h File Reference

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

#include <pylon/ParameterIncludes.h>
#include <pylon/EnumParameterT.h>

Classes

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

Enumerations

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.

Enumeration Type Documentation

Valid values for InconvertibleEdgeHandling.

Enumerator
InconvertibleEdgeHandling_Clip 

Rows and columns that can't be converted are removed from the output image - Applies to: ImageFormatConverter.

InconvertibleEdgeHandling_Extend 

Rows and columns that can't be converted are filled by extrapolating image data from neighboring rows and columns - Applies to: ImageFormatConverter.

InconvertibleEdgeHandling_SetZero 

Rows and columns that can't be converted are set to zero - Applies to: ImageFormatConverter.

Valid values for MonoConversionMethod.

Enumerator
MonoConversionMethod_Gamma 

When converting images, Gamma conversion is used - Applies to: ImageFormatConverter.

MonoConversionMethod_Truncate 

When converting images, image data is shifted - Applies to: ImageFormatConverter.

Valid values for OutputBitAlignment.

Enumerator
OutputBitAlignment_LsbAligned 

Image data is aligned with the least significant bit - Applies to: ImageFormatConverter.

OutputBitAlignment_MsbAligned 

The data is aligned at the most significant bit - Applies to: ImageFormatConverter.

Valid values for OutputOrientation.

Enumerator
OutputOrientation_BottomUp 

The last row of the image is located at the start of the image buffer - Applies to: ImageFormatConverter.

OutputOrientation_TopDown 

The first row of the image is located at the start of the image buffer - Applies to: ImageFormatConverter.

OutputOrientation_Unchanged 

The orientation of the image remains the same - Applies to: ImageFormatConverter.


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