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
rgbboolIf true, the model expects input images in RGB format. If false, input is assumed to be in BGR (default).