Click or drag to resize

BasePluginCameraGetRegionMat Method

Image of RegionOfInterest

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.27.0
Syntax
C#
public Mat GetRegionMat(
	WorkspaceRegion regionOfInterest,
	bool useScanFieldCoordinates = false
)

Parameters

regionOfInterest  WorkspaceRegion

[Missing <param name="regionOfInterest"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetRegionMat(RAYLASE.Marker.CamerasPlugin.WorkspaceRegion,System.Boolean)"]

useScanFieldCoordinates  Boolean  (Optional)
If true the reference of the out of field condition is the scan field, otherwise the workspace.

Return Value

Mat

[Missing <returns> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetRegionMat(RAYLASE.Marker.CamerasPlugin.WorkspaceRegion,System.Boolean)"]

See Also