Click or drag to resize

BasePluginCameraSetMatElement(Mat, Int32, Int32, Double) Method

Sets in the given Mat object the element at the given row and column to the given double value.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static void SetMatElement(
	Mat mat,
	int row,
	int col,
	double value
)

Parameters

mat  Mat
The Mat object to be handled.
row  Int32
The row to set the value into.
col  Int32
The column to set the value into.
value  Double
The value to set.
See Also