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.21.0
Syntax
C#
public Mat TransformScanFieldImage(
	Size? transSize = null,
	double? scale = 1
)

Parameters

transSize  NullableSize  (Optional)
Only for the preview in the workspace while tiling: The size of the preview image.
scale  NullableDouble  (Optional)
Only for the preview in the workspace while tiling: The additional downscale factor between the original scan field pixel size and the downscaled one used for the preview.

Return Value

Mat
The inverse transformed ScanFieldImage.
See Also