Method GetValue
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
GetValue<T>()
Reads the pixel value as T.
The source image must still be alive.
public T GetValue<T>() where T : struct
Returns
- T
Type Parameters
T
Reads the pixel value as T.
The source image must still be alive.
public T GetValue<T>() where T : struct
T