Table of Contents

Method SetRGB

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetRGB(bool)

Sets whether the input image is in RGB color space.

public void SetRGB(bool rgb)

Parameters

rgb bool

If true, the model expects input images in RGB format. If false, input is assumed to be in BGR (default).