Table of Contents ▸ List of Commands ▸ Geometry Manipulation ▸ sort | ◀ slices | split ▶ |
sort | Built-in command |
Arguments:
- _ordering={ +:Increasing | -:Decreasing },_axis={ x | y | z | c }
Description:
Sort pixel values of selected images.If axis is specified, the sorting is done according to the data of the first column/row/slice/channel
of selected images.
Default values:
ordering=+ and axis=(undefined).
Example of use:
64 rand 0,100 +sort display_graph 400,300,3