pca

From DavinciWiki
Revision as of 01:38, 12 January 2008 by Cedwards (Talk | contribs)

Jump to: navigation, search

Description

Principal Component Analysis

Compute the principal components of a three band byte image

Arguments and Return Values

Arguments: A numeric array and ignore value

Return Value: The rotated data

Usage

Syntax: pca(image)

'image' - A numeric array

Examples

dv> a
600x600x3 array of byte, bip format [1,080,000 bytes]

dv> b=pca(a)
  data: 600x600x3 array of double, bip format [8,640,000 bytes]

Images

Original Image

unfiltered.png

Three principal components

comp1.png comp2.png comp3.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 02-15-2006
Modified On: 07-16-2012

Personal tools