BaseImageProcessingSearcherElementSetFoundObjects Method |
Sets the internal lists of found objects to the given ones, but only to a maximum of 20.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected 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