Skip to content

Basler_ImageFormatConverterParams#

Classes#

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

Types#

Name
enum InconvertibleEdgeHandlingEnums { InconvertibleEdgeHandling_Clip, InconvertibleEdgeHandling_Extend, InconvertibleEdgeHandling_SetZero}
Valid values for InconvertibleEdgeHandling.
enum MonoConversionMethodEnums { MonoConversionMethod_Gamma, MonoConversionMethod_Truncate}
Valid values for MonoConversionMethod.
enum OutputBitAlignmentEnums { OutputBitAlignment_LsbAligned, OutputBitAlignment_MsbAligned}
Valid values for OutputBitAlignment.
enum OutputOrientationEnums { OutputOrientation_BottomUp, OutputOrientation_TopDown, OutputOrientation_Unchanged}
Valid values for OutputOrientation.

Types Documentation#

enum InconvertibleEdgeHandlingEnums#

Enumerator Value Description
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 InconvertibleEdgeHandling.

enum MonoConversionMethodEnums#

Enumerator Value Description
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 MonoConversionMethod.

enum OutputBitAlignmentEnums#

Enumerator Value Description
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 OutputBitAlignment.

enum OutputOrientationEnums#

Enumerator Value Description
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.

Valid values for OutputOrientation.