BasePluginCameraTransformScanFieldImage Method |
Transforms the camera's ScanFieldImage according to the current
FieldTrafo and ProcessTrafo by applying the inverses.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.21.0
Syntaxpublic 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
MatThe inverse transformed ScanFieldImage.
See Also