Click or drag to resize

BasePluginCameraCutRegionMat Method

Creates a cutting of the taken scan field image based on the given center point and the given size.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public Mat CutRegionMat(
	Mat sourceMat,
	WorkspaceRegion regionOfInterest
)

Parameters

sourceMat  Mat

[Missing <param name="sourceMat"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.CutRegionMat(Emgu.CV.Mat,RAYLASE.Marker.CamerasPlugin.WorkspaceRegion)"]

regionOfInterest  WorkspaceRegion

[Missing <param name="regionOfInterest"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.CutRegionMat(Emgu.CV.Mat,RAYLASE.Marker.CamerasPlugin.WorkspaceRegion)"]

Return Value

Mat
The Mat object containing the cutting image.
See Also