List of all members
Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params Class Reference

Interface to image format converter parameters. More...

#include <pylon/_ImageFormatConverterParams.h>

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

Public Attributes

MonoConversion - Parameters for converting monochrome images.
GenApi::IEnumerationT
< MonoConversionMethodEnums > & 
MonoConversionMethod
 Sets the conversion method for monochrome images. More...
 
GenApi::IFloatGamma
 Sets the gamma value for converting monochrome images. More...
 
GenApi::IIntegerAdditionalLeftShift
 Sets the value for additional shifting when converting monochrome images in Truncate mode. More...
 
Root - Image Format Converter parameters.
GenApi::IIntegerOutputPaddingX
 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...
 

Detailed Description

Interface to image format converter parameters.

Member Data Documentation

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.

\b 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).

\b 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.

\b Visibility = Beginner
GenApi::IEnumerationT<MonoConversionMethodEnums >& Basler_ImageFormatConverterParams::CImageFormatConverterParams_Params::MonoConversionMethod

Sets the conversion method for monochrome images.

Sets the conversion method for monochrome images.

\b 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.

\b 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.

\b 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.

\b Visibility = Beginner

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

© 2006-2014 Basler (Tue Jul 22 2014 11:41:23)