Click or drag to resize

BasePluginCameraGetByteMatElement Method

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


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

Parameters

mat  Mat

[Missing <param name="mat"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetByteMatElement(Emgu.CV.Mat,System.Int32,System.Int32)"]

row  Int32

[Missing <param name="row"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetByteMatElement(Emgu.CV.Mat,System.Int32,System.Int32)"]

col  Int32

[Missing <param name="col"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetByteMatElement(Emgu.CV.Mat,System.Int32,System.Int32)"]

Return Value

Byte

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

See Also