Impact Acquire SDK C++
|
Base class for image processing related properties. More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
GainOffsetKneeChannelParameters & | getGainOffsetKneeParameter (unsigned int index) const |
Returns a reference to a set of user definable parameters to configure a certain channel of the GainOffsetKnee filter. | |
unsigned int | getGainOffsetKneeParameterCount (void) const |
Returns the number of available user definable parameter sets for the GainOffsetKnee filter. | |
LUTParameters & | getLUTParameter (unsigned int index) const |
Returns a reference to a set of user definable parameters to configure LUT (Look Up Table) operations. | |
unsigned int | getLUTParameterCount (void) const |
Returns the number of available user definable parameter sets for LUT (Look Up Table) operations. | |
MirrorParameters & | getMirrorParameter (unsigned int index) const |
Returns a reference to a set of user definable parameters to configure mirror filter related features. | |
unsigned int | getMirrorParameterCount (void) const |
Returns the number of available user definable parameter sets mirror filter related operations. | |
WhiteBalanceSettings & | getWBUserSetting (unsigned int index) const |
Returns a reference to a set of user definable parameters to perform a white balance correction. | |
unsigned int | getWBUserSettingsCount (void) const |
Returns the number of available user definable parameter sets for white balance correction. | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
ImageProcessing (const ImageProcessing &src) | |
Constructs a new mvIMPACT::acquire::ImageProcessing from an existing one. | |
ImageProcessing (Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::ImageProcessing object. | |
ImageProcessing & | operator= (const ImageProcessing &rhs) |
Allows assignments of mvIMPACT::acquire::ImageProcessing objects. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
void | setSaturation (double K) |
Sets the saturation by using the color twist matrix. | |
virtual | ~ImageProcessing () |
Class destructor. | |
Public Attributes | |
PropertyF | adaptiveEdgeSensingPlusSharpenGain |
A floating point property defining the intensity of the sharpening during AdaptiveEdgeSensingPlus deBayering. | |
PropertyI | adaptiveEdgeSensingPlusSharpenThreshold |
An integer property defining the max. brightness level difference for which sharpening is not applied during AdaptiveEdgeSensingPlus deBayering. | |
PropertyIBayerConversionMode | bayerConversionMode |
An enumerated integer property defining what kind of algorithm shall be used during Bayer to RGB conversion. | |
PropertyI | channelSplitChannelIndex |
An integer property which can be used to define which channel of the image shall be extracted. | |
PropertyIBoolean | channelSplitDeinterlaceEnable |
An enumerated integer property which can be used to enable/disable data re-ordering for interlaced images. | |
PropertyIBoolean | channelSplitEnable |
An enumerated integer property which can be used to enable/disable automatic data re-ordering or extraction from multi-channel images. | |
PropertyIChannelSplitMode | channelSplitMode |
An enumerated integer property which can be used to define how data from multi-channel images shall be re-ordered. | |
PropertyIColorProcessingMode | colorProcessing |
An enumerated integer property defining what kind of color processing shall be applied to the raw image data. | |
PropertyIBoolean | colorTwistEnable |
An enumerated integer property which can be used to enable/disable the color twist matrix. | |
PropertyIBoolean | colorTwistInputCorrectionMatrixEnable |
An enumerated integer property which can be used to enable/disable the color twist input correction matrix. | |
PropertyIColorTwistInputCorrectionMatrixMode | colorTwistInputCorrectionMatrixMode |
An enumerated integer property which can be used to select an input color correction matrix. | |
PropertyF | colorTwistInputCorrectionMatrixRow0 |
The first row of the input color correction matrix. | |
PropertyF | colorTwistInputCorrectionMatrixRow1 |
The second row of the input color correction matrix. | |
PropertyF | colorTwistInputCorrectionMatrixRow2 |
The third row of the input color correction matrix. | |
PropertyIBoolean | colorTwistOutputCorrectionMatrixEnable |
An enumerated integer property which can be used to enable/disable the color twist output correction matrix. | |
PropertyIColorTwistOutputCorrectionMatrixMode | colorTwistOutputCorrectionMatrixMode |
An enumerated integer property which can be used to select an output color correction matrix. | |
PropertyF | colorTwistOutputCorrectionMatrixRow0 |
The first row of the output color correction matrix. | |
PropertyF | colorTwistOutputCorrectionMatrixRow1 |
The second row of the output color correction matrix. | |
PropertyF | colorTwistOutputCorrectionMatrixRow2 |
The third row of the output color correction matrix. | |
PropertyF | colorTwistResultingMatrixRow0 |
The first row of the resulting color twist matrix. | |
PropertyF | colorTwistResultingMatrixRow1 |
The second row of the resulting color twist matrix. | |
PropertyF | colorTwistResultingMatrixRow2 |
The third row of the resulting color twist matrix. | |
PropertyF | colorTwistRow0 |
The first row of the color twist matrix. | |
PropertyF | colorTwistRow1 |
The second row of the color twist matrix. | |
PropertyF | colorTwistRow2 |
The third row of the color twist matrix. | |
PropertyI | darkCurrentFilterCalibrationImageCount |
An integer property defining the number of consecutive images to take into account during calibration of the dark current filter. | |
PropertyIDarkCurrentFilterMode | darkCurrentFilterMode |
An enumerated integer property defining the operation mode of the dark current filter. | |
PropertyI | defectivePixelOffsetX |
An integer property defining a list of X-offsets of all pixels currently treated as defective. | |
PropertyI | defectivePixelOffsetY |
An integer property defining a list of Y-offsets of all pixels currently treated as defective. | |
Method | defectivePixelReadFromDevice |
Calling this method will download defective pixels from the device. | |
PropertyI | defectivePixelsFilterColdPixelDeviation_pc |
An integer property defining the max. allowed deviation for a pixel in per cent from the average grey value. | |
PropertyI | defectivePixelsFilterLeakyPixelDeviation_ADCLimit |
An integer property defining the max. allowed offset from the average grey value for a pixel during calibration. | |
PropertyIDefectivePixelsFilterMode | defectivePixelsFilterMode |
An enumerated integer property defining the operation mode of the defective pixels filter. | |
PropertyI | defectivePixelsFound |
An integer property (read-only) containing the number of pixels considered as being defective with respect to the calibration runs executed after the last reset of the calibration data. | |
PropertyI | defectivePixelsMaxDetectionCount |
An integer property defining maximum the number of pixels considered as being defective during consecutive calibration runs. | |
Method | defectivePixelWriteToDevice |
Calling this method will upload defective pixels from the device. | |
PropertyIImageProcessingFilter | filter |
An enumerated integer property defining the filter to be applied to the image before it is transferred to the user. | |
PropertyI | flatFieldFilterCalibrationAoiHeight |
An integer property defining the calibration AOI's height of the flat field correction filter. | |
PropertyIAoiMode | flatFieldFilterCalibrationAoiMode |
An enumerated integer property defining the correction AOI mode of the flat field correction filter. | |
PropertyI | flatFieldFilterCalibrationAoiOffsetX |
An integer property defining the calibration AOI's X-offset of the flat field correction filter. | |
PropertyI | flatFieldFilterCalibrationAoiOffsetY |
An integer property defining the calibration AOI's Y-offset of the flat field correction filter. | |
PropertyI | flatFieldFilterCalibrationAoiWidth |
An integer property defining the calibration AOI's width of the flat field correction filter. | |
PropertyI | flatFieldFilterCalibrationImageCount |
An integer property defining the number of consecutive images to take into account during the calibration of the flat field filter. | |
PropertyI | flatFieldFilterCorrectionAoiHeight |
An integer property defining the correction AOI's height of the flat field correction filter. | |
PropertyIAoiMode | flatFieldFilterCorrectionAoiMode |
An enumerated integer property defining the correction AOI mode of the flat field correction filter. | |
PropertyI | flatFieldFilterCorrectionAoiOffsetX |
An integer property defining the correction AOI's X-offset of the flat field correction filter. | |
PropertyI | flatFieldFilterCorrectionAoiOffsetY |
An integer property defining the correction AOI's Y-offset of the flat field correction filter. | |
PropertyI | flatFieldFilterCorrectionAoiWidth |
An integer property defining the correction AOI's width of the flat field correction filter. | |
PropertyIFlatFieldFilterCorrectionMode | flatFieldFilterCorrectionMode |
An enumerated integer property defining the correction mode of the flat field correction filter. | |
PropertyIBoolean | flatFieldFilterCorrectionModeReverseX |
An enumerated integer property defining the X-orientation that shall be used when applying the correction. | |
PropertyIBoolean | flatFieldFilterCorrectionModeReverseY |
An enumerated integer property defining the Y-orientation that shall be used when applying the correction. | |
PropertyIFlatFieldFilterMode | flatFieldFilterMode |
An enumerated integer property defining the operation mode of the flat field correction filter. | |
PropertyIBayerMosaicParity | formatReinterpreterBayerMosaicParity |
An enumerated integer property defining the new Bayer parity of this buffer. | |
PropertyIBoolean | formatReinterpreterEnable |
An enumerated integer property which can be used to enable/disable the format reinterpreter filter. | |
PropertyIImageBufferFormatReinterpreterMode | formatReinterpreterMode |
An enumerated integer property which can be used to configure the format reinterpreter filter. | |
PropertyIBoolean | gainOffsetKneeEnable |
An enumerated integer property which can be used to enable the Gain, Offset, Knee filter. | |
PropertyF | gainOffsetKneeMasterOffset_pc |
A float property that contains master offset(in percent). | |
PropertyIBoolean | LUTEnable |
An enumerated integer property which can be used to enable LUT (Look Up Table) transformations. | |
PropertyILUTImplementation | LUTImplementation |
An enumerated integer property which can be used to configure the LUT (Look Up Table) implementation. | |
PropertyILUTInterpolationMode | LUTInterpolationMode |
An enumerated integer property which can be used to configure the LUT (Look Up Table) interpolation mode. | |
PropertyILUTMapping | LUTMappingHardware |
An enumerated integer property which can be used to configure the LUT (Look Up Table) mapping mode for LUT transformations done by the hardware. | |
PropertyILUTMapping | LUTMappingSoftware |
An enumerated integer property which can be used to configure the LUT (Look Up Table) mapping mode for LUT transformations done optimized software algorithms. | |
PropertyILUTMode | LUTMode |
An enumerated integer property which can be used to configure the LUT (Look Up Table) transformation mode. | |
PropertyIMirrorMode | mirrorModeGlobal |
An enumerated integer property defining the mirror mode to be applied to ALL channels of the image. | |
PropertyIMirrorOperationMode | mirrorOperationMode |
An enumerated integer property defining the general mode the mirror filter will work in. | |
PropertyI | polarizedDataExtractionChannelIndex |
An integer property defining the channel within the processing window of the polarization data extraction filter. | |
PropertyIBoolean | polarizedDataExtractionEnable |
An enumerated integer property defining whether the polarization data extraction filter shall be active or not. | |
PropertyIPolarizedDataExtractionInterpolationMode | polarizedDataExtractionInterpolationMode |
An enumerated integer property defining the interpolation mode the polarization data extraction filter shall be operated in. | |
PropertyI | polarizedDataExtractionLowerLimit |
An integer property defining the lower limit of the grey value of a pixel to be taken into account within the processing window of the polarization data extraction filter. | |
PropertyIPolarizedDataExtractionMode | polarizedDataExtractionMode |
An enumerated integer property defining in which mode the polarization data extraction filter shall be operated in. | |
PropertyI | polarizedDataExtractionUpperLimit |
An integer property defining the upper limit of the grey value of a pixel to be taken into account within the processing window of the polarization data extraction filter. | |
PropertyF | rotationAngle |
The counterclockwise angle at which the image will be rotated. | |
PropertyIBoolean | rotationEnable |
An enumerated integer property which can be used to enable/disable the rotation filter. | |
PropertyIBoolean | tapSortEnable |
An enumerated integer property which can be used to enable/disable automatic data re-ordering from image sources delivering data from multiple taps that require re-ordering to reconstruct the image. | |
PropertyIWhiteBalanceParameter | whiteBalance |
An integer property defining the parameter set to be used to perform the white balance correction. | |
PropertyIWhiteBalanceCalibrationMode | whiteBalanceCalibration |
An enumerated integer property defining the mode used for white balance calibration. | |
Protected Attributes | |
HOBJ | m_hRoot |
Base class for image processing related properties.
This class provides access to properties, which define how the image shall be processed after it has been captured but before it will be handed back to the user.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::ImageProcessing object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
[in] | settingName | The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT::acquire::FunctionInterface::getAvailableSettings, new settings can be created with the function mvIMPACT::acquire::FunctionInterface::createSetting |
|
inline |
Constructs a new mvIMPACT::acquire::ImageProcessing from an existing one.
[in] | src | A constant reference to the mvIMPACT::acquire::ImageProcessing object, this object shall be created from |
|
inlinevirtual |
Class destructor.
|
inline |
Returns a reference to a set of user definable parameters to configure a certain channel of the GainOffsetKnee filter.
If nr is invalid(too large) an STL out_of_range exception will be thrown.
[in] | index | The index of the gain, offset, knee parameter set to be returned |
|
inline |
Returns the number of available user definable parameter sets for the GainOffsetKnee filter.
|
inline |
Returns a reference to a set of user definable parameters to configure LUT (Look Up Table) operations.
If nr is invalid(too large) an STL out_of_range exception will be thrown.
[in] | index | The index of the LUT parameter set to be returned |
|
inline |
Returns the number of available user definable parameter sets for LUT (Look Up Table) operations.
|
inline |
Returns a reference to a set of user definable parameters to configure mirror filter related features.
If nr is invalid(too large) an STL out_of_range exception will be thrown.
[in] | index | The index of the mirror parameter set to be returned |
|
inline |
Returns the number of available user definable parameter sets mirror filter related operations.
|
inline |
Returns a reference to a set of user definable parameters to perform a white balance correction.
Pass '0' for the setting that is activated by setting the property mvIMPACT::acquire::ImageProcessing::whiteBalance to mvIMPACT::acquire::wbpUser1, '1' for mvIMPACT::acquire::wbpUser2 and so on.
If nr is invalid(too large) an STL out_of_range exception will be thrown.
[in] | index | The index of the white balance parameter set to be returned |
|
inline |
Returns the number of available user definable parameter sets for white balance correction.
|
inlineinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
inline |
Allows assignments of mvIMPACT::acquire::ImageProcessing objects.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
inline |
Sets the saturation by using the color twist matrix.
The following saturation formula is used:
K is the saturation factor K > 1 increases saturation K = 1 means no change 0 < K < 1 decreases saturation K = 0 produces B&W K < 0 inverts color
[in] | K | The saturation value. |
PropertyF adaptiveEdgeSensingPlusSharpenGain |
A floating point property defining the intensity of the sharpening during AdaptiveEdgeSensingPlus deBayering.
Valid values for this property are between 0. and 100. (percent).
PropertyI adaptiveEdgeSensingPlusSharpenThreshold |
An integer property defining the max. brightness level difference for which sharpening is not applied during AdaptiveEdgeSensingPlus deBayering.
Valid values for this property are between 0 and 2^(bits per pixel).
PropertyIBayerConversionMode bayerConversionMode |
An enumerated integer property defining what kind of algorithm shall be used during Bayer to RGB conversion.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBayerConversionMode.
PropertyI channelSplitChannelIndex |
An integer property which can be used to define which channel of the image shall be extracted.
This property will only be visible if mvIMPACT::acquire::ImageProcessing::channelSplitMode is set to mvIMPACT::acquire::csmExtractSingle.
PropertyIBoolean channelSplitDeinterlaceEnable |
An enumerated integer property which can be used to enable/disable data re-ordering for interlaced images.
Enabling this feature will cause interlaced images in a way that the 2 fields will be display next to each other. This will modify the original image in an image with twice the width but half the height.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIBoolean channelSplitEnable |
An enumerated integer property which can be used to enable/disable automatic data re-ordering or extraction from multi-channel images.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIChannelSplitMode channelSplitMode |
An enumerated integer property which can be used to define how data from multi-channel images shall be re-ordered.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TChannelSplitMode.
PropertyIColorProcessingMode colorProcessing |
An enumerated integer property defining what kind of color processing shall be applied to the raw image data.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TColorProcessingMode.
PropertyIBoolean colorTwistEnable |
An enumerated integer property which can be used to enable/disable the color twist matrix.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
The color twist filter can be used to apply a linear transformation to a 3 channel image. Each pixel will at first be multiplied by a 3x3 matrix and afterwards an offset triplet can be added.
PropertyIBoolean colorTwistInputCorrectionMatrixEnable |
An enumerated integer property which can be used to enable/disable the color twist input correction matrix.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIColorTwistInputCorrectionMatrixMode colorTwistInputCorrectionMatrixMode |
An enumerated integer property which can be used to select an input color correction matrix.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TColorTwistInputCorrectionMatrixMode.
PropertyF colorTwistInputCorrectionMatrixRow0 |
The first row of the input color correction matrix.
This property stores the first row of a user defined 3x3 input color correction matrix if mvIMPACT::acquire::ImageProcessing::colorTwistInputCorrectionMatrixMode is set to mvIMPACT::acquire::cticmmUser. For other values of mvIMPACT::acquire::ImageProcessing::colorTwistInputCorrectionMatrixMode modifying this property will have no effect.
PropertyF colorTwistInputCorrectionMatrixRow1 |
The second row of the input color correction matrix.
This property stores the second row of a user defined 3x3 input color correction matrix if mvIMPACT::acquire::ImageProcessing::colorTwistInputCorrectionMatrixMode is set to mvIMPACT::acquire::cticmmUser. For other values of mvIMPACT::acquire::ImageProcessing::colorTwistInputCorrectionMatrixMode modifying this property will have no effect.
PropertyF colorTwistInputCorrectionMatrixRow2 |
The third row of the input color correction matrix.
This property stores the third row of a user defined 3x3 input color correction matrix if mvIMPACT::acquire::ImageProcessing::colorTwistInputCorrectionMatrixMode is set to mvIMPACT::acquire::cticmmUser. For other values of mvIMPACT::acquire::ImageProcessing::colorTwistInputCorrectionMatrixMode modifying this property will have no effect.
PropertyIBoolean colorTwistOutputCorrectionMatrixEnable |
An enumerated integer property which can be used to enable/disable the color twist output correction matrix.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIColorTwistOutputCorrectionMatrixMode colorTwistOutputCorrectionMatrixMode |
An enumerated integer property which can be used to select an output color correction matrix.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TColorTwistOutputCorrectionMatrixMode.
PropertyF colorTwistOutputCorrectionMatrixRow0 |
The first row of the output color correction matrix.
This property stores the first row of a user defined 3x3 output color correction matrix if mvIMPACT::acquire::ImageProcessing::colorTwistOutputCorrectionMatrixMode is set to mvIMPACT::acquire::ctocmmUser. For other values of mvIMPACT::acquire::ImageProcessing::colorTwistOutputCorrectionMatrixMode modifying this property will have no effect.
PropertyF colorTwistOutputCorrectionMatrixRow1 |
The second row of the output color correction matrix.
This property stores the second row of a user defined 3x3 output color correction matrix if mvIMPACT::acquire::ImageProcessing::colorTwistOutputCorrectionMatrixMode is set to mvIMPACT::acquire::ctocmmUser. For other values of mvIMPACT::acquire::ImageProcessing::colorTwistOutputCorrectionMatrixMode modifying this property will have no effect.
PropertyF colorTwistOutputCorrectionMatrixRow2 |
The third row of the output color correction matrix.
This property stores the third row of a user defined 3x3 output color correction matrix if mvIMPACT::acquire::ImageProcessing::colorTwistOutputCorrectionMatrixMode is set to mvIMPACT::acquire::ctocmmUser. For other values of mvIMPACT::acquire::ImageProcessing::colorTwistOutputCorrectionMatrixMode modifying this property will have no effect.
PropertyF colorTwistResultingMatrixRow0 |
The first row of the resulting color twist matrix.
This property will store the first row of the 3x4 resulting color twist matrix. This matrix is created by multiplying the input correction matrix by the color twist matrix by the output correction matrix. Only active matrices will be used to calculate the resulting matrix.
PropertyF colorTwistResultingMatrixRow1 |
The second row of the resulting color twist matrix.
This property will store the second row of the 3x4 resulting color twist matrix. This matrix is created by multiplying the input correction matrix by the color twist matrix by the output correction matrix. Only active matrices will be used to calculate the resulting matrix.
PropertyF colorTwistResultingMatrixRow2 |
The third row of the resulting color twist matrix.
This property will store the third row of the 3x4 resulting color twist matrix. This matrix is created by multiplying the input correction matrix by the color twist matrix by the output correction matrix. Only active matrices will be used to calculate the resulting matrix.
PropertyF colorTwistRow0 |
The first row of the color twist matrix.
This property stores 4 values. The first 3 components for the first row of the 3x4 matrix, the last component is the offset of this row.
PropertyF colorTwistRow1 |
The second row of the color twist matrix.
This property stores 4 values. The first 3 components for the second row of the 3x4 matrix, the last component is the offset of this row.
PropertyF colorTwistRow2 |
The third row of the color twist matrix.
This property stores 4 values. The first 3 components for the third row of the 3x4 matrix, the last component is the offset of this row.
PropertyI darkCurrentFilterCalibrationImageCount |
An integer property defining the number of consecutive images to take into account during calibration of the dark current filter.
PropertyIDarkCurrentFilterMode darkCurrentFilterMode |
An enumerated integer property defining the operation mode of the dark current filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TDarkCurrentFilterMode.
PropertyI defectivePixelOffsetX |
An integer property defining a list of X-offsets of all pixels currently treated as defective.
All these pixels will be replaced depending on the selected algorithm in mvIMPACT::acquire::ImageProcessing::defectivePixelsFilterMode.
PropertyI defectivePixelOffsetY |
An integer property defining a list of Y-offsets of all pixels currently treated as defective.
All these pixels will be replaced depending on the selected algorithm in mvIMPACT::acquire::ImageProcessing::defectivePixelsFilterMode.
Method defectivePixelReadFromDevice |
Calling this method will download defective pixels from the device.
Calling this method will return
PropertyI defectivePixelsFilterColdPixelDeviation_pc |
An integer property defining the max. allowed deviation for a pixel in per cent from the average grey value.
If this filter is active every pixel that during the calibration produces a grey value which is lower than the average grey value of the image minus the allowed deviation in per cent will be considered as a cold pixel and therefore will be replaced by a value depending on the operation mode of the filter.
PropertyI defectivePixelsFilterLeakyPixelDeviation_ADCLimit |
An integer property defining the max. allowed offset from the average grey value for a pixel during calibration.
When this filter is calibrated each pixel producing a grey value higher than the average grey value plus the value of this property will be considered as a leaky pixel and therefore will be replaced by a value depending on the operation mode of the filter.
PropertyIDefectivePixelsFilterMode defectivePixelsFilterMode |
An enumerated integer property defining the operation mode of the defective pixels filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TDefectivePixelsFilterMode.
PropertyI defectivePixelsFound |
An integer property (read-only) containing the number of pixels considered as being defective with respect to the calibration runs executed after the last reset of the calibration data.
PropertyI defectivePixelsMaxDetectionCount |
An integer property defining maximum the number of pixels considered as being defective during consecutive calibration runs.
With this property it is possible to define an upper limit for the number of detected defective pixels. This is not to be meant as an error checking mechanism for sensors reporting more defective pixels but to allow an application to keep the length of the list of defective pixels within reasonable boundaries. The more pixels a sensor has the higher a reasonable value might be. Set this to a value suitable for your application to protect the algorithm from huge lists due to incorrect calibration environments (too much light, not enough light, ...).
When after a calibration this value and the value of the mvIMPACT::acquire::ImageProcessing::defectivePixelsFound property are the same this indicates a problem. There are several possible reasons for this:
Method defectivePixelWriteToDevice |
Calling this method will upload defective pixels from the device.
Calling this method will return
An enumerated integer property defining the filter to be applied to the image before it is transferred to the user.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TImageProcessingFilter.
PropertyI flatFieldFilterCalibrationAoiHeight |
An integer property defining the calibration AOI's height of the flat field correction filter.
PropertyIAoiMode flatFieldFilterCalibrationAoiMode |
An enumerated integer property defining the correction AOI mode of the flat field correction filter.
When using an AOI only the AOI region is taken into consideration during calibration by this filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TAoiMode.
PropertyI flatFieldFilterCalibrationAoiOffsetX |
An integer property defining the calibration AOI's X-offset of the flat field correction filter.
PropertyI flatFieldFilterCalibrationAoiOffsetY |
An integer property defining the calibration AOI's Y-offset of the flat field correction filter.
PropertyI flatFieldFilterCalibrationAoiWidth |
An integer property defining the calibration AOI's width of the flat field correction filter.
PropertyI flatFieldFilterCalibrationImageCount |
An integer property defining the number of consecutive images to take into account during the calibration of the flat field filter.
PropertyI flatFieldFilterCorrectionAoiHeight |
An integer property defining the correction AOI's height of the flat field correction filter.
PropertyIAoiMode flatFieldFilterCorrectionAoiMode |
An enumerated integer property defining the correction AOI mode of the flat field correction filter.
When using an AOI only the AOI region is corrected by this filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TAoiMode.
PropertyI flatFieldFilterCorrectionAoiOffsetX |
An integer property defining the correction AOI's X-offset of the flat field correction filter.
PropertyI flatFieldFilterCorrectionAoiOffsetY |
An integer property defining the correction AOI's Y-offset of the flat field correction filter.
PropertyI flatFieldFilterCorrectionAoiWidth |
An integer property defining the correction AOI's width of the flat field correction filter.
PropertyIFlatFieldFilterCorrectionMode flatFieldFilterCorrectionMode |
An enumerated integer property defining the correction mode of the flat field correction filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TFlatFieldFilterCorrectionMode.
PropertyIBoolean flatFieldFilterCorrectionModeReverseX |
An enumerated integer property defining the X-orientation that shall be used when applying the correction.
When active the calibration image will be applied reversed X direction thus the last correction factor of each line of the correction image will be applied to the first pixel of the image etc.. This can be useful e.g. if the calibration has been done and the device shall transmit the image flipped on a vertical axis in some configurations.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIBoolean flatFieldFilterCorrectionModeReverseY |
An enumerated integer property defining the Y-orientation that shall be used when applying the correction.
When active the calibration image will be applied reversed Y direction thus the last line of correction factors of the correction image will be applied to the first line of the image etc.. This can be useful e.g. if the calibration has been done and the device shall transmit the image flipped on a horizontal axis in some configurations.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIFlatFieldFilterMode flatFieldFilterMode |
An enumerated integer property defining the operation mode of the flat field correction filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TFlatFieldFilterMode.
PropertyIBayerMosaicParity formatReinterpreterBayerMosaicParity |
An enumerated integer property defining the new Bayer parity of this buffer.
After applying the format reinterpreter this will be the new Bayer parity of the buffer when the filter is operated in one of the Mono
To
Mono
modes.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBayerMosaicParity.
PropertyIBoolean formatReinterpreterEnable |
An enumerated integer property which can be used to enable/disable the format reinterpreter filter.
This filter can be used if a device transmits data in a non-compliant or incorrect format. Using this filter the incoming data will simply be treated as a different pixel format then. This will NOT copy or modify the pixel data but will only adjust some of the elements describing the buffer (e.g. the pixel format and width). When e.g. setting this filter to treat mono data as RGB data, this will result in buffers with a width divided by 3 but RGB pixels instead of mono pixel afterwards.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIImageBufferFormatReinterpreterMode formatReinterpreterMode |
An enumerated integer property which can be used to configure the format reinterpreter filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TImageBufferFormatReinterpreterMode.
PropertyIBoolean gainOffsetKneeEnable |
An enumerated integer property which can be used to enable the Gain, Offset, Knee filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyF gainOffsetKneeMasterOffset_pc |
A float property that contains master offset(in percent).
This offset will be applied before the channel specific gain.
PropertyIBoolean LUTEnable |
An enumerated integer property which can be used to enable LUT (Look Up Table) transformations.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyILUTImplementation LUTImplementation |
An enumerated integer property which can be used to configure the LUT (Look Up Table) implementation.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TLUTImplementation.
PropertyILUTInterpolationMode LUTInterpolationMode |
An enumerated integer property which can be used to configure the LUT (Look Up Table) interpolation mode.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TLUTInterpolationMode.
PropertyILUTMapping LUTMappingHardware |
An enumerated integer property which can be used to configure the LUT (Look Up Table) mapping mode for LUT transformations done by the hardware.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TLUTMapping.
PropertyILUTMapping LUTMappingSoftware |
An enumerated integer property which can be used to configure the LUT (Look Up Table) mapping mode for LUT transformations done optimized software algorithms.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TLUTMapping.
PropertyILUTMode LUTMode |
An enumerated integer property which can be used to configure the LUT (Look Up Table) transformation mode.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TLUTMode.
|
protectedinherited |
PropertyIMirrorMode mirrorModeGlobal |
An enumerated integer property defining the mirror mode to be applied to ALL channels of the image.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TMirrorMode.
PropertyIMirrorOperationMode mirrorOperationMode |
An enumerated integer property defining the general mode the mirror filter will work in.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TMirrorOperationMode.
PropertyI polarizedDataExtractionChannelIndex |
An integer property defining the channel within the processing window of the polarization data extraction filter.
This channel will only be taken into account when mvIMPACT::acquire::ImageProcessing::polarizedDataExtractionMode is set to mvIMPACT::acquire::prmExtractSingle.
PropertyIBoolean polarizedDataExtractionEnable |
An enumerated integer property defining whether the polarization data extraction filter shall be active or not.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIPolarizedDataExtractionInterpolationMode polarizedDataExtractionInterpolationMode |
An enumerated integer property defining the interpolation mode the polarization data extraction filter shall be operated in.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TPolarizedDataExtractionInterpolationMode.
PropertyI polarizedDataExtractionLowerLimit |
An integer property defining the lower limit of the grey value of a pixel to be taken into account within the processing window of the polarization data extraction filter.
This limit will only be taken into account when mvIMPACT::acquire::ImageProcessing::polarizedDataExtractionMode is set to mvIMPACT::acquire::prmMeanValue.
PropertyIPolarizedDataExtractionMode polarizedDataExtractionMode |
An enumerated integer property defining in which mode the polarization data extraction filter shall be operated in.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TPolarizedDataExtractionMode.
PropertyI polarizedDataExtractionUpperLimit |
An integer property defining the upper limit of the grey value of a pixel to be taken into account within the processing window of the polarization data extraction filter.
This limit will only be taken into account when mvIMPACT::acquire::ImageProcessing::polarizedDataExtractionMode is set to mvIMPACT::acquire::prmMeanValue.
PropertyF rotationAngle |
The counterclockwise angle at which the image will be rotated.
This property will store the counterclockwise angle at which the image will be rotated.
PropertyIBoolean rotationEnable |
An enumerated integer property which can be used to enable/disable the rotation filter.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIBoolean tapSortEnable |
An enumerated integer property which can be used to enable/disable automatic data re-ordering from image sources delivering data from multiple taps that require re-ordering to reconstruct the image.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TBoolean.
PropertyIWhiteBalanceParameter whiteBalance |
An integer property defining the parameter set to be used to perform the white balance correction.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TWhiteBalanceParameter.
PropertyIWhiteBalanceCalibrationMode whiteBalanceCalibration |
An enumerated integer property defining the mode used for white balance calibration.
This property can be used to define the way a white balance calibration shall be performed. Currently only the mvIMPACT::acquire::wbcmNextFrame mode is supported, but new modes might appear in later revisions of the interface.
When this property is set to mvIMPACT::acquire::wbcmNextFrame the next image captured will be used as a reference to calculate the gain factors for the red, green and blue channel. So make sure when the next image is captured the camera looks on a plain white or slightly grey surface in order to obtain correct results. After the calibration has been done, the property will be reset to mvIMPACT::acquire::wbcmOff again.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TWhiteBalanceCalibrationMode.