Click or drag to resize

BaseImageProcessingSearcherElementCreateResultObjectsT Method

Creates from the given found objects in world coordinates a list of result objects as displayed in the GUI.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public IFoundObject[] CreateResultObjects<T>(
	bool isVerbose,
	string[] filterFields = null,
	IEnumerable<BaseFoundImageProcessingObject> worldObjects = null,
	IEnumerable<BaseFoundImageProcessingObject> pixelObjects = null
)
where T : IFoundObject

Parameters

isVerbose  Boolean
If true an additional result object in pixel coordinates will be created for each object.
filterFields  String  (Optional)
An array of parameter names which should have a funnel button in the GUI for easy filtering.
worldObjects  IEnumerableBaseFoundImageProcessingObject  (Optional)
The list of found objects in world coordinates.
pixelObjects  IEnumerableBaseFoundImageProcessingObject  (Optional)
The list of found objects in pixel coordinates.

Type Parameters

T
The type of the found object, e. g. FoundLine.

Return Value

IFoundObject

[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingSearcherElement.CreateResultObjects``1(System.Boolean,System.String[],System.Collections.Generic.IEnumerable{RAYLASE.Marker.JobElement.ImageProcessing.BaseFoundImageProcessingObject},System.Collections.Generic.IEnumerable{RAYLASE.Marker.JobElement.ImageProcessing.BaseFoundImageProcessingObject})"]

See Also