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
Container Registry
Model registry
Operate
Environments
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
Antoine Belvire
otb
Commits
9725cf3e
Commit
9725cf3e
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
ENH: good default parameters
parent
3d7257dd
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/FeatureExtraction/otbGenericRoadExtractionFilter.txx
+2
-2
2 additions, 2 deletions
Code/FeatureExtraction/otbGenericRoadExtractionFilter.txx
with
2 additions
and
2 deletions
Code/FeatureExtraction/otbGenericRoadExtractionFilter.txx
+
2
−
2
View file @
9725cf3e
...
...
@@ -49,7 +49,7 @@ GenericRoadExtractionFilter<TInputImage, TOutputPath>
m_LikehoodPathListFilter = LikehoodPathListFilterType::New();
/** Amplitude threshold to start following a path (use by the VectorizationPathListFilter)*/
m_AmplitudeThreshold = static_cast<AmplitudeThresholdType>(
1.
);
m_AmplitudeThreshold = static_cast<AmplitudeThresholdType>(
0.00005
);
/** Tolerance for segment consistency (tolerance in terms of distance) (use by the SimplifyPathFilter)*/
m_Tolerance = static_cast<ToleranceType>(1.);
/** Max angle (use bye the BreakAngularPathListFilter)*/
...
...
@@ -65,7 +65,7 @@ GenericRoadExtractionFilter<TInputImage, TOutputPath>
/** Alpha value */
/** Use to calculate the sigma value use by the GradientRecursiveGaussianImageFilter */
m_Alpha = 0
.
;
m_Alpha =
1.
0;
/** Resolution of the image */
m_Resolution = 1.;
...
...
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