BasePluginCameraGetFloatMatElement Method |
Gets the value at position row and col in the given float mat object.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic 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