CvCV_MAT_ELEMT Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Cv.CV_MAT_ELEM``1(OpenCvSharp.CvMat,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static T CV_MAT_ELEM<T>(
	CvMat mat,
	int row,
	int col
)
where T : struct, new()

Parameters

mat
Type: OpenCvSharpCvMat

[Missing <param name="mat"/> documentation for "M:OpenCvSharp.Cv.CV_MAT_ELEM``1(OpenCvSharp.CvMat,System.Int32,System.Int32)"]

row
Type: SystemInt32

[Missing <param name="row"/> documentation for "M:OpenCvSharp.Cv.CV_MAT_ELEM``1(OpenCvSharp.CvMat,System.Int32,System.Int32)"]

col
Type: SystemInt32

[Missing <param name="col"/> documentation for "M:OpenCvSharp.Cv.CV_MAT_ELEM``1(OpenCvSharp.CvMat,System.Int32,System.Int32)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.Cv.CV_MAT_ELEM``1(OpenCvSharp.CvMat,System.Int32,System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CV_MAT_ELEM``1(OpenCvSharp.CvMat,System.Int32,System.Int32)"]

See Also

Reference