Click or drag to resize

BaseImageProcessingSearcherElementSetFoundObjects Method

Sets the internal lists of found objects to the given ones, but only to a maximum of 20.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected void SetFoundObjects(
	IEnumerable<BaseFoundImageProcessingObject> pixel,
	IEnumerable<BaseFoundImageProcessingObject> world
)

Parameters

pixel  IEnumerableBaseFoundImageProcessingObject
The list of found objects in pixel coordinates.
world  IEnumerableBaseFoundImageProcessingObject
The list of found objects in world coordinates.
See Also