Click or drag to resize

BasePluginCameraGetFloatMatElement Method

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

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static float GetFloatMatElement(
	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

Single

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

See Also