modifié : include/Attributes/AverageAttributes.hpp
modifié : include/Attributes/SDAttributes.hpp modifié : include/Attributes/XYAttributes.hpp modifié : src/testMain.cpp
This commit is contained in:
parent
e09d2793e2
commit
3239a3eddd
@ -3,6 +3,8 @@
|
||||
|
||||
#include "triskeleBase.hpp"
|
||||
#include "CompAttribute.hpp"
|
||||
#include "Attributes/AreaAttributes.hpp"
|
||||
#include "Attributes/XYAttributes.hpp"
|
||||
|
||||
namespace otb {
|
||||
namespace triskele {
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
|
||||
#include "triskeleBase.hpp"
|
||||
#include "CompAttribute.hpp"
|
||||
#include "Attributes/AreaAttributes.hpp"
|
||||
|
||||
namespace otb {
|
||||
namespace triskele {
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
|
||||
#include "triskeleBase.hpp"
|
||||
#include "CompAttribute.hpp"
|
||||
#include "Attributes/AreaAttributes.hpp"
|
||||
|
||||
namespace otb {
|
||||
namespace triskele {
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user