Inheritimage

From Eigenvector Research Documentation Wiki
Revision as of 10:35, 29 September 2009 by imported>Scott (New page: ===Purpose=== Converts data DSO to image DSO if source contains image data. ===Synopsis=== :idata = inheritimage(data,source) :idata = inheritimage(data,source,options) ===Description=== C...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Converts data DSO to image DSO if source contains image data.

Synopsis

idata = inheritimage(data,source)
idata = inheritimage(data,source,options)

Description

Check 'source' for datasource image associated fields. If they are found then change 'data' into an image DSO. To be used with plotscores and other image enabled plotting.

INPUTS

  • data: DataSet Object.
  • source: Either a DataSet Object, a standard model structure, or a cell containing one or more standard model structures.

OUPUT:

  • idata: Image DataSet Object.

Options

options is a structure is a structure array with the following fields:

  • datamode: ['none'|{'final'}] governs level of plotting,
  • sourcemode: [{'distslct'}| 'classmean'] algorithm for determining classes
  • minare: {1} minimum area (in %) that a class must account for to be retained as a unique class

See Also

buildimage