Table of Contents

Method SetColorSpace

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetColorSpace(ColorSpace)

Sets the absolute color space that detected colors convert to. It should be some RGB color space. Default: ColorSpace.SRGB.

public void SetColorSpace(ColorSpace cs)

Parameters

cs ColorSpace

the absolute color space that detected colors convert to.