Click or drag to resize

BasePluginCameraRectify Method

Rectifies the image in srcMat according to its center point in the workspace. The rectification data points are interpolated first according to the center point.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public Mat Rectify(
	dvec3 pointWorld,
	Mat srcMat
)

Parameters

pointWorld  dvec3
The center point of the srcMat in the workspace's coordinate system.
srcMat  Mat
The taken picture.

Return Value

Mat
The rectified image.
See Also