pca

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Removed 1.69 version)
Line 34: Line 34:
 
*general_science.dvrc
 
*general_science.dvrc
 
|
 
|
1.69
 
 
}}
 
}}
 
[[category:Functions]]
 
[[category:Functions]]
 
[[category:User Defined Functions]]
 
[[category:User Defined Functions]]
 
[[category:Matrix]]
 
[[category:Matrix]]

Revision as of 16:27, 17 January 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 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