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
csColorSpacethe absolute color space that detected colors convert to.