Permute img: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with "===Purpose=== Permute the image modes of an image dataset. ===Synopsis=== :out = permute_img(in,order) ===Description=== Modifies the order of image modes but leaves the n...") |
(No difference)
|
Latest revision as of 11:53, 11 June 2014
Purpose
Permute the image modes of an image dataset.
Synopsis
- out = permute_img(in,order)
Description
Modifies the order of image modes but leaves the non-image modes as-is.
See Also
cropimage, flipud_img, rot90_img, transform_img, transpose_img