Skip to content
Snippets Groups Projects
Commit 50ceb399 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

DOC: latex errors

parent 1db0a678
No related branches found
No related tags found
No related merge requests found
......@@ -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 inout image. For
// We will now draw the right angles on top of the input image. For
// this, we get the output of the right angle detector.
//
// Software Guide : EndLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment