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
9dbff336
Commit
9dbff336
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Adding a few information for convolution
parent
a45a71b6
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
Code/BasicFilters/otbConvolutionImageFilter.h
+2
-1
2 additions, 1 deletion
Code/BasicFilters/otbConvolutionImageFilter.h
Code/BasicFilters/otbOverlapSaveConvolutionImageFilter.h
+2
-1
2 additions, 1 deletion
Code/BasicFilters/otbOverlapSaveConvolutionImageFilter.h
with
4 additions
and
2 deletions
Code/BasicFilters/otbConvolutionImageFilter.h
+
2
−
1
View file @
9dbff336
...
...
@@ -43,7 +43,8 @@ namespace otb
Default boundary conditions are zero flux Neumann boundary conditions.
*
* An optimized version of this filter using FFTW is available in the Orfeo ToolBox and
* will significantly improves performances especially for large kernels.
* will significantly improves performances especially for large kernels
* (see OverlapSaveConvolutionImageFilter).
*
* \sa Image
* \sa Neighborhood
...
...
This diff is collapsed.
Click to expand it.
Code/BasicFilters/otbOverlapSaveConvolutionImageFilter.h
+
2
−
1
View file @
9dbff336
...
...
@@ -44,7 +44,8 @@ namespace otb
* especially with large kernels.
*
* \note ITK must be set to use FFTW (double implementation) for this filter to work properly. If not, exception
* will be raised at filter creation.
* will be raised at filter creation. Install fftw and set the variable
* USE_FFTWD to ON in ccmake.
*
* \sa ConvolutionImageFilter
*
...
...
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