Skip to content
Snippets Groups Projects
Commit ca0b57e3 authored by Arnau Ramisa's avatar Arnau Ramisa
Browse files

last_changes_finddd

parent 222f3742
No related branches found
No related tags found
No related merge requests found
......@@ -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
--------
......
# 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:
......
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