Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
22217209
Commit
22217209
authored
Apr 02, 2015
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: various doxygen fixes
parent
60e4e46e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
13 deletions
+12
-13
Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.h
...ure/Descriptors/include/otbImageToSURFKeyPointSetFilter.h
+9
-9
Modules/Learning/SOM/include/otbSOMbasedImageFilter.h
Modules/Learning/SOM/include/otbSOMbasedImageFilter.h
+1
-1
Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx
Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx
+2
-2
Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.h
...n/MorphologicalProfiles/include/otbImageToProfileFilter.h
+0
-1
No files found.
Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.h
View file @
22217209
...
...
@@ -145,7 +145,7 @@ protected:
/** Check local extremum for 8 neighbors (current)
*
* \param
currentScale
* \param
neigh Current scale neighborhood
*
* \return true if the Central pixel is extremum
*/
...
...
@@ -153,8 +153,8 @@ protected:
/** Check local extremum for 8 neighbors (Previous or Scale)
*
* \param neigh
* \param
CenterValue
* \param neigh
Neighborhood at previous or next scale
* \param
CenterValue value at current scale center
*
* \return true if the Central pixel is extremum
*/
...
...
@@ -169,7 +169,7 @@ protected:
* \param currentScale iterator
* \param previousScale iterator
* \param nextScale iterator
* \param solution
* \param solution
refined keypoint location
*
* \return true if key point is accepted, false otherwise
*/
...
...
@@ -180,8 +180,8 @@ protected:
/** AssignOrientation
*
* \param
currentS
cale neighborhood
* \param scale affected to the keypoint
* \param
neigh current s
cale neighborhood
* \param
S
scale affected to the keypoint
*
* \return key point orientation
*/
...
...
@@ -190,9 +190,9 @@ protected:
/** ComputeDescriptor
*
* \param
currentScale N
eighboorhood
* \param orientation assigned to the key point
* \param scale
* \param
neigh current scale n
eighboorhood
* \param
O
orientation assigned to the key point
* \param
S
scale
*
* \return hsitogram descriptor
*/
...
...
Modules/Learning/SOM/include/otbSOMbasedImageFilter.h
View file @
22217209
...
...
@@ -85,7 +85,7 @@ private:
* pixels and the winning neurons of a SOM.
*
* It performs the projection of the SOM onto the data. On the contrary to
*
\doxygen{otb}{SOMClassifier}
, it does not yield labels but an image which
*
otb::SOMClassifier
, it does not yield labels but an image which
* corresponds to the quantized version of the initial image when considering
* SOMmap as a codebook of a vector quantization.
*
...
...
Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx
View file @
22217209
...
...
@@ -353,7 +353,7 @@ ImageToImageRCC8Calculator<TInputImage>
* process was successful.
* \param edgeEdgeBool True if edge-edge intersection is not empty.
* \param interExterBool True if interior-exterior intersection is not empty.
* \param
E
xterInterBool True if exterior-interior intersection is not empty.
* \param
e
xterInterBool True if exterior-interior intersection is not empty.
* \return True if the decision process was successful.
*/
template<class TInputImage>
...
...
@@ -396,7 +396,7 @@ ImageToImageRCC8Calculator<TInputImage>
/**
* Test if the boolean image is totally black or not. This is a based on the lazy operator
* paradigm.
* \param The image to test.
* \param
image
The image to test.
* \return True or false.
*/
template<class TInputImage>
...
...
Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.h
View file @
22217209
...
...
@@ -83,7 +83,6 @@ public:
protected:
/**
* Set the profile parameter
* \param param The parameter to set
*/
virtual
void
SetProfileParameter
(
ParameterType
/*param*/
)
{}
/** Get the pointer to the filter */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment