From ca0b57e3079f5fa34682655cc5d743fcb7046365 Mon Sep 17 00:00:00 2001
From: Arnau Ramisa Ayats <aramisa@iri.upc.edu>
Date: Fri, 13 Jun 2014 12:39:14 +0000
Subject: [PATCH] last_changes_finddd

---
 ReadMe.txt         | 2 ++
 src/CMakeLists.txt | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ReadMe.txt b/ReadMe.txt
index 6d6f24d..b6f56b5 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -71,6 +71,8 @@ $> xyz_centers13.txt        Example file with 13 angular bin centroids.
 $> 50positions.txt          Fifty random image locations to compute descriptors in.
 $> pca_matrix_o13_d43.txt   Example file with PCA matrix to project the descriptors.
 
+example usage of dispaly_finddd.py (after running run_example.sh):
+$> python display_finddd.py -f test/features_step6.fvecs -pcd example.pcd -c xyz_centers13.txt
 
 CITATION
 --------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bb923e1..6062c4e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 # locate the necessary dependencies
-FIND_PACKAGE( Boost 1.54 COMPONENTS program_options REQUIRED )
+FIND_PACKAGE( Boost 1.46 COMPONENTS program_options REQUIRED )
 INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} )
 
 #IF PCL in non-standard directory, uncomment this: 
-- 
GitLab