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
beed2be4
Commit
beed2be4
authored
14 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Enhancing filter documentation
parent
866ab554
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Learning/otbShiftScaleSampleListFilter.h
+10
-1
10 additions, 1 deletion
Code/Learning/otbShiftScaleSampleListFilter.h
with
10 additions
and
1 deletion
Code/Learning/otbShiftScaleSampleListFilter.h
+
10
−
1
View file @
beed2be4
...
@@ -26,10 +26,19 @@ namespace otb {
...
@@ -26,10 +26,19 @@ namespace otb {
namespace
Statistics
{
namespace
Statistics
{
/** \class ShiftScaleSampleListFilter
/** \class ShiftScaleSampleListFilter
* \brief This class generate a centered and reduced sample list from and input sample list.
* \brief This class generate a shifted and scaled version of the input sample list
*
* For each component of the sample, the following formula is applied :
*
* \f[ output = \frac{input - shift}{scale} \f]
*
* Standard casting is applied between input and output type.
*
*
* Shifts and scales can be set via the SetShift() and SetScales() methods.
* Shifts and scales can be set via the SetShift() and SetScales() methods.
*
*
* This filter provide pipeline support for itk::Statistics::ListSample via itk::DataObjectDecorator for
* both the input and the output sample list.
*
* \sa ImageToListAdaptor
* \sa ImageToListAdaptor
*/
*/
template
<
class
TInputSampleList
,
class
TOutputSampleList
=
TInputSampleList
>
template
<
class
TInputSampleList
,
class
TOutputSampleList
=
TInputSampleList
>
...
...
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