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.20.0
Syntaxpublic 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
MatThe inverse transformed ScanFieldImage.
See Also