deconstruct

From DavinciWiki
Revision as of 14:19, 31 December 2007 by Joshband (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Syntax: deconstruct(in_array)

in_array: m x n x k array


Images

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Recent Library Changes

Created On: 12-31-2007
Modified On: 01-17-2008

Personal tools