CogIPTwoImageAdd PropertiesCognex VisionPro 9.24

The CogIPTwoImageAdd type exposes the following members.

Properties

  NameDescription
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.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyImageAAlignmentX
Specifies the X coordinate on InputImageA used to align both images. This coordinate is specified in the same selected space as InputImageA passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Public propertyImageAAlignmentY
Specifies the Y coordinate on InputImageA used to align both images. This coordinate is specified in the same selected space as InputImageA passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Public propertyImageAlignmentEnabled
Specifies whether or not the alignment coordinates should be used to align the first image with the second image. If not enabled, the upper-left corner of the image or transformed region image will be used for alignment.
Public propertyImageBAlignmentX
Specifies the X coordinate on InputImageB used to align both images. This coordinate is specified in the same selected space as InputImageB passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Public propertyImageBAlignmentY
Specifies the Y coordinate on InputImageB used to align both images. This coordinate is specified in the same selected space as InputImageB passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Public propertyMergedSpaceTreeName
Specifies the name of the root node of the coordinate space tree that is generated if a merged SpaceTreeMode is selected.
Public propertyOutputImageFormatObsolete.
The pixel depth of the image to generate by the add operation.
Public propertyOverflowMode
The mode used to handle overflow conditions that can occur while performing the add operation.
Public propertyRegionModeA
The RegionModeA specifies how the region should be interpreted on InputImageA.
Public propertyRegionModeB
The RegionModeB specifies how the region should be interpreted on InputImageB.
Public propertySpaceTreeMode
The SpaceTreeMode specifies how the coordinate space tree of the OutputImage should be generated.
Top
See Also