pca

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Removed 1.69 version)
Line 10: Line 10:
 
[[Syntax]]: pca(image)
 
[[Syntax]]: pca(image)
 
   
 
   
'image' - A numeric array
+
'image' - A 3-band (z-dimension=3) numeric array
 
|
 
|
 
  dv> a
 
  dv> a

Revision as of 10:05, 23 May 2008


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 3-band (z-dimension=3) 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