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

DOC: formatting for SIFT example

parent 0a40ccfd
Branches
Tags
No related merge requests found
......@@ -260,7 +260,8 @@ int main(int argc, char * argv[])
ImageType::SpacingType spacing = reader->GetOutput()->GetSpacing();
ImageType::PointType origin = reader->GetOutput()->GetOrigin();
OutputImageType::SizeType size = outputImage->GetLargestPossibleRegion().GetSize();
OutputImageType::SizeType size =
outputImage->GetLargestPossibleRegion().GetSize();
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment