From fb5721bc5b7c989e71c1402620351a7c6e7ea648 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Wed, 14 Jan 2009 12:00:14 +0100
Subject: [PATCH] COMP: SURF example corrected for set input

---
 Examples/FeatureExtraction/SURFExample.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/FeatureExtraction/SURFExample.cxx b/Examples/FeatureExtraction/SURFExample.cxx
index 0aae67bf07..e4ea822a3e 100644
--- a/Examples/FeatureExtraction/SURFExample.cxx
+++ b/Examples/FeatureExtraction/SURFExample.cxx
@@ -141,7 +141,7 @@ int main(int argc, char * argv[])
 
 // Software Guide : BeginCodeSnippet      
 
-  filter->SetInput(reader->GetOutput());
+  filter->SetInput(0,reader->GetOutput());
   filter->SetOctavesNumber(octaves);
   filter->SetScalesNumber(scales);
   filter->Update();
-- 
GitLab