All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
Basler_ImageFormatConverterParams Namespace Reference

The namespace containing the device's control interface and related enumeration types. More...

Classes

class  CImageFormatConverterParams_Params
 Interface to image format converter parameters. More...
 

Enumerations

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

Detailed Description

The namespace containing the device's control interface and related enumeration types.

Enumeration Type Documentation

Valid values for InconvertibleEdgeHandling.

Enumerator
InconvertibleEdgeHandling_SetZero 

Rows and columns that cannot be converted are set to zero.

InconvertibleEdgeHandling_Clip 

Rows and columns that cannot be converted are removed from the output image.

InconvertibleEdgeHandling_Extend 

Rows and columns that cannot be converted are extrapolated from the image.

Valid values for MonoConversionMethod.

Enumerator
MonoConversionMethod_Gamma 

Gamma conversion is used to convert from input to output format.

MonoConversionMethod_Truncate 

Image data is shifted when using this conversion method.

Valid values for OutputBitAlignment.

Enumerator
OutputBitAlignment_LsbAligned 

The data is aligned at the least significant bit.

OutputBitAlignment_MsbAligned 

The data is aligned at the most significant bit.

Valid values for OutputOrientation.

Enumerator
OutputOrientation_Unchanged 

The orientation of the image is not changed.

OutputOrientation_TopDown 

The first row of the image is located at the start of the image buffer.

OutputOrientation_BottomUp 

The last row of the image is located at the start of the image buffer.


pylon 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:58)