Table of Contents

Method SetValue

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetValue<T>(T)

Writes the pixel value of type T. The source image must still be alive.

public void SetValue<T>(T value) where T : struct

Parameters

value T

Type Parameters

T