diff --git a/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx b/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx index 61a3e022a6ee292d6ee1333d899098ff7e084009..b23443658d27c50118a73007b04f6aae57e07670 100644 --- a/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx +++ b/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx @@ -391,7 +391,7 @@ int main (int argc, char* argv[]) // We pass the landmarks to the deformer and we run it. // // Software Guide : EndLatex - +// Software Guide : BeginCodeSnippet deformer->SetSourceLandmarks( sourceLandmarks.GetPointer() ); deformer->SetTargetLandmarks( targetLandmarks.GetPointer() );