Click or drag to resize

BasePluginCameraCropPicture Method

Crops the given srcMat according to the rectification crop factor, needed to avoid black artifact stripes caused by the rectification on F-Theta lens systems.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public Mat CropPicture(
	Mat srcMat
)

Parameters

srcMat  Mat
The image to be cut.

Return Value

Mat
The cropped image.
See Also