Click or drag to resize

BaseImageProcessingVariationCapableElement Constructor

This is the base class for all image processing elements that are capable of varying parameters. This process can be controlled in a loop for semi-automatic finding of useful parameter values. Not all properties defined here are used in all image processing elements. E.g. the LineThickness is used only in the searchers.

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

Parameters

imageProcessingAutomation  BaseImageProcessingAutomation

[Missing <param name="imageProcessingAutomation"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingVariationCapableElement.#ctor(RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingAutomation)"]

See Also