Buildimage
From Eigenvector Documentation Wiki
Contents |
Purpose
Unfolds image data into a DataSet Object.
Synopsis
- imgdso = buildimage(data, modes, target, name)
Description
Given a matrix of image data or a DataSet Object (DSO) with image data in the .data field, this function will attempt to unfold the data so toolbox functions can operate without needing image specific routines.
INPUTS
- idata: matrix of image data or a DSO containing image data in the .data field.
- modes: [1xN] vector of spatial modes, default [1 2].
- target: [scalar] target mode for unfolded spatial data, default [1].
- name: name of new dataset, overrides idata name if DSO.
OUTPUTS
- imgdso = DSO with unfolded image data in the .data field.