From d2ec932d4359d55bf9460366bf0e6ff9789a06e9 Mon Sep 17 00:00:00 2001 From: Denes Tarjan Date: Thu, 16 May 2024 13:29:46 +0200 Subject: [PATCH] Remove unused operations e.g. RGB2RGB from documentation --- doc/opencv.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/opencv.md b/doc/opencv.md index 662f9077d..ef17f76b6 100644 --- a/doc/opencv.md +++ b/doc/opencv.md @@ -31,10 +31,10 @@ Notes on parameters: RGB to RGB/RGBA image conversion. All supported permutations listed in the table below. | | RGB | BGR | RGBA | BGRA | |-----|-----|-----|------|------| -| RGB | x | x | | | -| BGR | x | x | | | -| RGBA| | | x | x | -| BGRA| | | x | x | +| RGB | | x | | | +| BGR | x | | | | +| RGBA| | | | x | +| BGRA| | | x | | Notes on parameters: * `depth` - only supports `CV_8U` depth. -- GitLab