modifié : include/Attributes/AverageAttributes.hpp

modifié :         include/Attributes/SDAttributes.hpp
	modifié :         include/Attributes/XYAttributes.hpp
	modifié :         src/testMain.cpp
This commit is contained in:
Git Merciol 2018-02-19 17:28:52 +01:00
parent e09d2793e2
commit 3239a3eddd
4 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,8 @@
#include "triskeleBase.hpp"
#include "CompAttribute.hpp"
#include "Attributes/AreaAttributes.hpp"
#include "Attributes/XYAttributes.hpp"
namespace otb {
namespace triskele {

View File

@ -3,6 +3,7 @@
#include "triskeleBase.hpp"
#include "CompAttribute.hpp"
#include "Attributes/AreaAttributes.hpp"
namespace otb {
namespace triskele {

View File

@ -3,6 +3,7 @@
#include "triskeleBase.hpp"
#include "CompAttribute.hpp"
#include "Attributes/AreaAttributes.hpp"
namespace otb {
namespace triskele {

View File

@ -24,6 +24,7 @@
#include "Attributes/AverageAttributes.hpp"
#include "Attributes/SDAttributes.hpp"
#include "Attributes/XYAttributes.hpp"
#include "Attributes/MoIAttributes.hpp"
//using namespace triskele;
using namespace otb::triskele;
@ -55,7 +56,8 @@ void prog (const Option &option) {
sdAttributes.printValues ("sd");
XYAttributes xyAttributes (tree, areaAttributes, option.treeCoreCount);
//xyAttributes.printValues ("XY"); // pb print de complexe
// MoIAttributes moiAttributes (tree, xyAttributes); // XXX<double>
MoIAttributes moiAttributes (tree, areaAttributes, xyAttributes, option.treeCoreCount);
moiAttributes.printValues ("moi");
// XXX cut
// attribute.cut (out, attributProfiles, threshold)