| MatAtT Method (Int32) |
Returns a value to the specified array element.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public ref T At<T>(
params int[] idx
)
where T : struct, new()
Public Function At(Of T As {Structure, New}) (
ParamArray idx As Integer()
) As T
public:
generic<typename T>
where T : value class, gcnew()
T% At(
... array<int>^ idx
)
member At :
idx : int[] -> 'T when 'T : struct, new()
Parameters
- idx
- Type: SystemInt32
Array of Mat::dims indices.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.Mat.At``1(System.Int32[])"]
Return Value
Type:
TA value to the specified array element.
See Also