Click or drag to resize

BaseImageProcessingSearcherElement Constructor

This class is the base class for all searching image processing elements and the result handler.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected BaseImageProcessingSearcherElement(
	BaseImageProcessingAutomation imageProcessingAutomation
)

Parameters

imageProcessingAutomation  BaseImageProcessingAutomation
The image processing automation object the searcher belongs to.
See Also