CogBlobResults GetBlobs Method (Boolean)Cognex VisionPro
Gets all of the blobs from the blob analysis. The Filtered argument indicates to get the blobs after filtering and sorting have been applied, or blobs without any filtering and sorting applied.

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

public CogBlobResultCollection GetBlobs(
	bool filtered
)

Parameters

filtered
Type: System Boolean
If true, the blobs are filtered and sorted according to the defined CogBlobMeasure objects. If false, blobs are not filtered and sorted.

Return Value

Type: CogBlobResultCollection
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
Remarks

Returns a CogBlobResultCollection containing all of the individual CogBlobResult objects produced in the tool run that produced this object. You use the filtered argument to control whether or not filtered blobs are included.
See Also