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
50ceb399
Commit
50ceb399
authored
15 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
DOC: latex errors
parent
1db0a678
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Examples/FeatureExtraction/RightAngleDetectionExample.cxx
+6
-5
6 additions, 5 deletions
Examples/FeatureExtraction/RightAngleDetectionExample.cxx
with
6 additions
and
5 deletions
Examples/FeatureExtraction/RightAngleDetectionExample.cxx
+
6
−
5
View file @
50ceb399
...
...
@@ -169,20 +169,21 @@ int main( int argc, char * argv[] )
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
//
// You can
qualify
how far the right angle
must the
segments be, and the tolerance
// You can
choose
how far the right angle segments
can
be, and the tolerance
// to consider an angle between two segments as an right one.
//
rightAngleFilter
->
SetThresholdAngle
(
angleThreshold
);
rightAngleFilter
->
SetThresholdDistance
(
distanceThreshold
);
//
//
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
rightAngleFilter
->
SetThresholdAngle
(
angleThreshold
);
rightAngleFilter
->
SetThresholdDistance
(
distanceThreshold
);
rightAngleFilter
->
Update
();
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
//
// We will now draw the right angles on top of the in
o
ut image. For
// We will now draw the right angles on top of the in
p
ut image. For
// this, we get the output of the right angle detector.
//
// Software Guide : EndLatex
...
...
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