Click or drag to resize

BasePluginCameraSetMatElement(Mat, Int32, Int32, Byte) Method

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


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,
	byte value
)

Parameters

mat  Mat

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

row  Int32

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

col  Int32

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

value  Byte

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

See Also