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
2be94b6a
Commit
2be94b6a
authored
16 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: few corrections on the example
parent
a7952b7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Examples/DisparityMap/NCCRegistrationFilterExample.cxx
+11
-8
11 additions, 8 deletions
Examples/DisparityMap/NCCRegistrationFilterExample.cxx
with
11 additions
and
8 deletions
Examples/DisparityMap/NCCRegistrationFilterExample.cxx
+
11
−
8
View file @
2be94b6a
...
...
@@ -34,7 +34,7 @@
// Software Guide : BeginLatex
//
// This example demonstrates the use of the \doxygen{otb}{NCCRegistrationFilter}. This filter performs deformation estimation
// by optimising a PDE based on
correlation. This
use the finite difference solver hierarchy.
// by optimising a PDE based on
the normalized correlation coefficient. It
use
s
the finite difference solver hierarchy.
//
// The first step toward the use of these filters is to include the proper header files.
//
...
...
@@ -107,8 +107,9 @@ int main(int argc, char** argv )
// Software Guide : BeginLatex
//
// To make the correlation possible and to avoid some local minima the first required step is
// to blur the input images. This is done using the \doxygen{itk}{RecursiveGaussianImageFilter}:
// To make the correlation estimation more robust, the first
// required step is to blur the input images. This is done using the
// \doxygen{itk}{RecursiveGaussianImageFilter}:
//
// Software Guide : EndLatex
...
...
@@ -151,7 +152,7 @@ int main(int argc, char** argv )
// Software Guide : BeginLatex
//
//
Few
parameters need to be specified to the NCCRegistrationFilter:
//
Some
parameters need to be specified to the NCCRegistrationFilter:
// \begin{itemize}
// \item The area where the search is performed. This area is defined by its radius:
//
...
...
@@ -172,7 +173,7 @@ int main(int argc, char** argv )
// Software Guide : BeginLatex
//
// \item The number of iteration for the PDE resolution:
// \item The number of iteration
s
for the PDE resolution:
//
// Software Guide : EndLatex
...
...
@@ -184,9 +185,11 @@ int main(int argc, char** argv )
// Software Guide : BeginLatex
//
// \end{itemize}
// The execution of the NCCRegistrationFilter will be triggered by the \code{Update()}
// call on the writer at the end of the pipeline. Make sure to use a
// \doxygen{otb}{StreamingImageFileWriter} if you want to benefit from the streaming features.
// The execution of the NCCRegistrationFilter will be triggered by
// the \code{Update()} call on the writer at the end of the
// pipeline. Make sure to use a
// \doxygen{otb}{StreamingImageFileWriter} if you want to benefit
// from the streaming features.
//
// Software Guide : EndLatex
...
...
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