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

Details indentation

parent c1e714b2
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,8 @@ int main( int argc, char * argv[] )
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
typedef otb::AssymmetricFusionOfLineDetectorImageFilter< InternalImageType, InternalImageType > FilterType;
typedef otb::AssymmetricFusionOfLineDetectorImageFilter< InternalImageType,
InternalImageType > FilterType;
// Software Guide : EndCodeSnippet
......
......@@ -93,7 +93,8 @@ int main( int argc, char * argv[] )
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
typedef otb::LineCorrelationDetectorImageFilter< InternalImageType, InternalImageType > FilterType;
typedef otb::LineCorrelationDetectorImageFilter< InternalImageType,
InternalImageType > FilterType;
// Software Guide : EndCodeSnippet
......
......@@ -85,7 +85,7 @@ int main( int argc, char ** argv )
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
typedef unsigned short PixelType;
typedef unsigned char PixelType;
const unsigned int Dimension = 2;
typedef otb::Image< PixelType, Dimension > ImageType;
// Software Guide : EndCodeSnippet
......
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