Click or drag to resize

BasePluginCameraGetMatElement Method

Gets the value at position row and col in the given double mat object.

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

Parameters

mat  Mat
The Mat object to be handled.
row  Int32
The row the value is to be get.
col  Int32
The column the value is to be get.

Return Value

Double

[Missing <returns> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetMatElement(Emgu.CV.Mat,System.Int32,System.Int32)"]

See Also