jit.thin
Description
The jit.thin object removes redundant dimensions of size 1.
Examples

Discussion
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 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
Common Box Attributes
See Also
Name | Description |
---|---|
jit.concat | |
jit.dimmap | |
jit.matrix | |
jit.split |