CogImageConvertRunParams PropertiesCognex VisionPro 9.23

The CogImageConvertRunParams type exposes the following members.

Properties

  NameDescription
Public propertyBayerType
Gets or sets the expected Bayer image type.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyColorFromBayerBlueScale
Nominally computed blue value is multiplied by this scaling factor to produce the output blue value.
Public propertyColorFromBayerGreenScale
Nominally computed green value is multiplied by this scaling factor to produce the output green value.
Public propertyColorFromBayerRedScale
Nominally computed red value is multiplied by this scaling factor to produce the output red value.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIntensityFromBayerBlueWeight
Output greyscale value is nominally computed blue times this weighting factor plus nominally computed red times IntensityFromBayerRedWeight plus nominally computed green times IntensityFromBayerGreenWeight.
Public propertyIntensityFromBayerGreenWeight
Output greyscale value is nominally computed green times this weighting factor plus nominally computed red times IntensityFromBayerRedWeight plus nominally computed blue times IntensityFromBayerBlueWeight.
Public propertyIntensityFromBayerRedWeight
Output greyscale value is nominally computed red times this weighting factor plus nominally computed green times IntensityFromBayerGreenWeight plus nominally computed blue times IntensityFromBayerBlueWeight.
Public propertyIntensityFromWeightedRGBBlueWeight
Output greyscale value is nominally computed blue times this weighting factor plus nominally computed green times IntensityFromWeightedRGBGreenWeight plus nominally computed red times IntensityFromWeightedRGBRedWeight.
Public propertyIntensityFromWeightedRGBGreenWeight
Output greyscale value is nominally computed green times this weighting factor plus nominally computed red times IntensityFromWeightedRGBRedWeight plus nominally computed blue times IntensityFromWeightedRGBBlueWeight.
Public propertyIntensityFromWeightedRGBRedWeight
Output greyscale value is nominally computed red times this weighting factor plus nominally computed green times IntensityFromWeightedRGBGreenWeight plus nominally computed blue times IntensityFromWeightedRGBBlueWeight.
Public propertyRunMode
Gets or sets how to convert the input image.
Public propertySharePelsIfPossible
Gets or sets whether to try to produce an output image that shares pixels with the input image.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also