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
86cb6a56
Commit
86cb6a56
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add doxygen description
parent
1283bc1f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/FeatureExtraction/otbSiftFastImageFilter.h
+11
-11
11 additions, 11 deletions
Code/FeatureExtraction/otbSiftFastImageFilter.h
with
11 additions
and
11 deletions
Code/FeatureExtraction/otbSiftFastImageFilter.h
+
11
−
11
View file @
86cb6a56
...
...
@@ -10,8 +10,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
@@ -27,7 +27,7 @@ namespace otb
/** \class SiftFastImageFilter
* \brief
* \brief
Generate the SIFT points of interest from an image
*
*/
template
<
class
TInputImage
,
class
TOutputPointSet
>
...
...
@@ -40,13 +40,13 @@ namespace otb
typedef
ImageToPointSetFilter
<
TInputImage
,
TOutputPointSet
>
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
/** Creation through object factory macro */
itkNewMacro
(
Self
);
itkNewMacro
(
Self
);
/** Type macro */
itkTypeMacro
(
SiftFastImageFilter
,
ImageToPointSetFilter
);
/** Template parameters typedefs */
typedef
TInputImage
InputImageType
;
typedef
typename
TInputImage
::
Pointer
InputImagePointerType
;
...
...
@@ -57,9 +57,9 @@ namespace otb
typedef
typename
TOutputPointSet
::
PixelType
OutputPixelType
;
typedef
typename
TOutputPointSet
::
PointType
OutputPointType
;
typedef
typename
TOutputPointSet
::
PointIdentifier
OutputPointIdentifierType
;
typedef
otb
::
Image
<
float
,
2
>
FloatImageType
;
// Used to rescale data in the [0,1] range
typedef
itk
::
RescaleIntensityImageFilter
<
InputImageType
,
FloatImageType
>
RescalerType
;
...
...
@@ -69,13 +69,13 @@ namespace otb
protected:
/** Actually process the input */
virtual
void
GenerateData
();
/** Constructor */
SiftFastImageFilter
();
/** Destructor */
virtual
~
SiftFastImageFilter
()
{}
/** PrintSelf method */
virtual
void
PrintSelf
(
std
::
ostream
&
os
,
itk
::
Indent
indent
)
const
;
...
...
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