modifié : CMakeLists.txt

modifié :         src/testMain.cpp
This commit is contained in:
Git Merciol 2018-02-19 19:59:42 +01:00
parent 3d46f792d6
commit 0388624f4b
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ endif(OTB_FOUND)
include_directories(${OTB_INCLUDES})
include_directories(${TREEBUILDER_INCLUDES})
set(TREEBUILDER_LIBS tinyxml opencv_ml opencv_core boost_system boost_thread)
set(TREEBUILDER_LIBS tinyxml opencv_ml opencv_core pthread boost_system boost_chrono boost_thread boost_program_options boost_date_time boost_serialization boost_filesystem boost_unit_test_framework gdal)
# Ajout de l'exec / lib
add_executable(${OUT_NAME} ${TREEBUILDER_SOURCES})

View File

@ -61,7 +61,6 @@ void prog (Option &option) {
MoIAttributes moiAttributes (tree, areaAttributes, xyAttributes);
moiAttributes.printValues ("moi");
// XXX cut allProfiles.clear ();
DimChanel nbBands = 1;
vector <vector <PixelT> > allBands (tree.getLeafCount (), vector<PixelT> (nbBands, 0));