Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
7293ab8e
Commit
7293ab8e
authored
13 years ago
by
Jonathan Guinet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: PCA and NA-PCA doc update.
parent
9334fca0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/DimensionReduction/NAPCAExample.cxx
+2
-1
2 additions, 1 deletion
Examples/DimensionReduction/NAPCAExample.cxx
Examples/DimensionReduction/PCAExample.cxx
+5
-2
5 additions, 2 deletions
Examples/DimensionReduction/PCAExample.cxx
with
7 additions
and
3 deletions
Examples/DimensionReduction/NAPCAExample.cxx
+
2
−
1
View file @
7293ab8e
...
...
@@ -43,6 +43,7 @@
//
// The second Principal Component Analysis is then applied to the
// noise-whitened image, giving the Maximum Noise Fraction transform.
// Applying PCA on noise-whitened image consists in ranking Principal Components according to signal to noise ratio.
//
// It is basically a reformulation of the Maximum Noise Fraction algorithm.
//
...
...
@@ -81,7 +82,7 @@ int main(int argc, char* argv[])
// Software Guide : BeginLatex
//
// We start by defining the types for the images
and
the reader and
// We start by defining the types for the images
,
the reader and
// the writer. We choose to work with a \doxygen{otb}{VectorImage},
// since we will produce a multi-channel image (the principal
// components) from a multi-channel input image.
...
...
This diff is collapsed.
Click to expand it.
Examples/DimensionReduction/PCAExample.cxx
+
5
−
2
View file @
7293ab8e
...
...
@@ -97,7 +97,10 @@ int main(int argc, char* argv[])
// Software Guide : BeginLatex
//
// The only parameter needed for the PCA is the number of principal
// components required as output. We can choose to get less PCs than
// components required as output. Principal components are linear combination of input components
// (here the input image bands),
// which are selected using Singular Value Decomposition eigen vectors sorted by eigen value.
// We can choose to get less Principal Components than
// the number of input bands.
//
// Software Guide : EndLatex
...
...
@@ -157,7 +160,7 @@ int main(int argc, char* argv[])
// Software Guide : BeginLatex
// Figure~\ref{fig:PCA_FILTER} shows the result of applying forward
// and reverse PCA transformation to a 8 bands Wor
d
lview2 image.
// and reverse PCA transformation to a 8 bands Worl
d
view2 image.
// \begin{figure}
// \center
// \includegraphics[width=0.32\textwidth]{input-pretty.eps}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment