modifié : CMakeLists.txt
modifié : src/testMain.cpp
This commit is contained in:
parent
3d46f792d6
commit
0388624f4b
@ -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})
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user