aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-14 16:30:30 +0200
committerMattias Andrée <maandree@kth.se>2017-07-14 16:30:30 +0200
commit0ca8f64f61b534ba2428236fec2c8879fe58c059 (patch)
tree0b7f40e2c9277aafc28801dbc0a351e00e641103 /README
parentImprove performance of blind-stack (diff)
downloadblind-0ca8f64f61b534ba2428236fec2c8879fe58c059.tar.gz
blind-0ca8f64f61b534ba2428236fec2c8879fe58c059.tar.bz2
blind-0ca8f64f61b534ba2428236fec2c8879fe58c059.tar.xz
Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
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