A newer version of Max is available. Click here to access the latest version of this document.

jit.thin

Remove redundant dimensions of size 1

Description

The jit.thin object removes redundant dimensions of size 1. For example a 320 x 240 x 1 matrix will be converted to a 320 x 240 matrix, and a 10 x 1 x 1 x 2 x 1 x 4 matrix will be converted to a 10 x 2 x 4 matrix. Redundant dimensions of size 1 may be inserted using the jit.dimmap object.

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 0 0 0 1 1 char long float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.concat Concatenate two matrices
jit.dimmap Remap and/or invert matrix dimensions
jit.matrix The Jitter Matrix!
jit.split Split a matrix into two matrices