Click or drag to resize

BasePluginCameraTransformScanFieldImage Method

Transforms the camera's ScanFieldImage according to the current FieldTrafo and ProcessTrafo by applying the inverses.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntax
C#
public Mat TransformScanFieldImage(
	Size? transSize = null
)

Parameters

transSize  NullableSize  (Optional)

[Missing <param name="transSize"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.TransformScanFieldImage(System.Nullable{System.Drawing.Size})"]

Return Value

Mat
The inverse transformed ScanFieldImage.
See Also