pca

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 10: Line 10:
 
Return Value: The rotated data
 
Return Value: The rotated data
 
|
 
|
[[Syntax]]: pca(image [, ignore=FLOAT][, struct=BOOL])
+
[[Syntax]]: pca(image [, ignore=FLOAT][, struct=BOOL])
 
   
 
   
 
'image' - A N-band image or data array
 
'image' - A N-band image or data array

Revision as of 13:23, 9 February 2011


Description

Principal Component Analysis

Compute the principal components of an N band real data image

NOTE: for the old 3 band pca version see pca_byte(). This version replaced the old byte version on 2-9-2011

Arguments and Return Values

Arguments: A numeric array and ignore value

Return Value: The rotated data

Usage

Syntax: pca(image [, ignore=FLOAT][, struct=BOOL])

'image' - A N-band image or data array

'ignore' - the ignore value for the black space of an image

'struct' - return the eigen vectors/values and covariance matrix

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