diff --git a/doc/functionality.md b/doc/functionality.md index de981d9c00ab77e8265bb8e7ee49f54a39c11597..00186769daa90c80b4d3d9c0fe5b521bfd8949c0 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 | |-----------------------|-----|