| MatGetT Method (Int32) |
Returns a value to the specified array element.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public T Get<T>(
int i0
)
where T : struct, new()
Public Function Get(Of T As {Structure, New}) (
i0 As Integer
) As T
public:
generic<typename T>
where T : value class, gcnew()
T Get(
int i0
)
member Get :
i0 : int -> 'T when 'T : struct, new()
Parameters
- i0
- Type: SystemInt32
Index along the dimension 0
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.Mat.Get``1(System.Int32)"]
Return Value
Type:
TA value to the specified array element.
See Also