CogIPTwoImageMinMaxTool RegionB Property Cognex VisionPro 9.7
Region of interest in InputImageB that is used to operate over. NULL means use entire InputImageB. The RegionModeB property specifies exactly how the region will be applied to this image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax

public ICogRegion RegionB { get; set; }

Property Value

Type: ICogRegion
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The region of the InputImageB to combine with the other image. RegionModeB determines how the input region is used to control which pixels are considered and which are ignored. If no region is supplied, the entire image is used.

See Also