CogBlobTool InputImage Property Cognex VisionPro 9.5
Image used to perform blob analysis. The Region property can be used to specify that blob analysis will be performed only on a portion of the InputImage. Blob analysis is performed on the entire InputImage if Region is Nothing.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The default is NULL.
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

See Also