Click or drag to resize

BaseImageProcessingSearcherElementAddFoundObjects(ListBaseFoundImageProcessingObject, ListBaseFoundImageProcessingObject) Method

Adds a list of found objects to the list of found objects.

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

Parameters

pixel  ListBaseFoundImageProcessingObject
The found objects in pixel coordinates.
world  ListBaseFoundImageProcessingObject
The very same found objects in world coordinates.
See Also