From 640fe5aa6f6db950981c78236fddd9354ec279aa Mon Sep 17 00:00:00 2001 From: Denes Tarjan Date: Tue, 14 May 2024 10:53:34 +0200 Subject: [PATCH] Make "supported types" documentation more clear and precise --- doc/functionality.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/functionality.md b/doc/functionality.md index de981d9c0..00186769d 100644 --- a/doc/functionality.md +++ b/doc/functionality.md @@ -1,5 +1,5 @@ @@ -41,16 +41,20 @@ See `doc/opencv.md` for details of the functionality available in OpenCV. | BGR-YUV | x | | BGRA-YUV | x | -## Matrix operations +## Aggregate operations | | s8 | u8 | s16 | u16 | s32 | u32 | s64 | |-----------------|-----|-----|-----|-----|-----|-----|-----| -| Merge | x | x | x | x | x | x | x | -| Split | x | x | x | x | x | x | x | -| Transpose | x | x | x | x | x | x | x | -| Minmax | x | x | x | x | x | x | | +| Minmax | x | x | x | x | x | | | | Minmax loc | | x | | | | | | | Count non-zeros | | x | | | | | | +## Matrix transformation functions +| | 8-bit | 16-bit | 32-bit | 64-bit | +|-----------------|-------|--------|--------|--------| +| Merge | x | x | x | x | +| Split | x | x | x | x | +| Transpose | x | x | x | x | + ## Image filters | | u8 | |-----------------------|-----| -- GitLab