diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-14 16:30:30 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-14 16:30:30 +0200 |
| commit | 0ca8f64f61b534ba2428236fec2c8879fe58c059 (patch) | |
| tree | 0b7f40e2c9277aafc28801dbc0a351e00e641103 /README | |
| parent | Improve performance of blind-stack (diff) | |
| download | blind-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-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |
