From 0ca8f64f61b534ba2428236fec2c8879fe58c059 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 14 Jul 2017 16:30:30 +0200 Subject: Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README') diff --git a/README b/README index 08b691b..d2a0125 100644 --- a/README +++ b/README @@ -117,6 +117,27 @@ UTILITIES blind-make-kernel(1) Create a custom convolution matrix + blind-matrix-orthoproject(1) + Create an affine 2D-transformation matrix for othogonal projection + + blind-matrix-reflect(1) + Create an affine 2D-transformation matrix for reflection about a line + + blind-matrix-rotate(1) + Create an affine 2D-transformation matrix for rotation + + blind-matrix-scale(1) + Create an affine 2D-transformation matrix for scaling + + blind-matrix-shear(1) + Create an affine 2D-transformation matrix for shearing + + blind-matrix-translate(1) + Create an affine 2D-transformation matrix for translation + + blind-matrix-transpose(1) + Create an affine 2D-transformation matrix for transposition + blind-mosaic(1) Redraw each frame in video as a mosaic -- cgit v1.2.3-70-g09d2