deconstruct
From DavinciWiki
|
Contents: Description, Arguments, Usage, Images, Sub-Functions, Source Supported Under Version: >1.00
Description Rearranges an 3 dimensional image cube into a 2 dimensional array. All xy (m by n) elements are rearranged into a m x n length y-axis. All z elements are translated into the x-axis of the cube. This is similar to resize, but is less flexible. The reason to use this function rather than resize is because the input is very simple.
Arguments and Return Values Arguments: Input array (m x n x k). Return Value: Output array (k x mn x 1).
Usage
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Major Sub-Functions
Recent Library Changes Created On: 12-31-2007 |