IPointerAccessor1DTSet Method OpenCvSharp Class Library
ptr[index] = value;

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

void Set(
	int index,
	T value
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:OpenCvSharp.IPointerAccessor1D`1.Set(System.Int32,`0)"]

value
Type: T

[Missing <param name="value"/> documentation for "M:OpenCvSharp.IPointerAccessor1D`1.Set(System.Int32,`0)"]

See Also

Reference