Commit 10eef79f authored by Pierre Lassalle's avatar Pierre Lassalle
Browse files

Remove ClusteredImageOutput

Showing with 0 additions and 8 deletions
+0 -8
......@@ -24,7 +24,6 @@ namespace lsrm
typedef typename GraphOperatorType::NodePointerType NodePointerType;
typedef GraphToOtbImage<GraphType> IOType;
typedef typename IOType::LabelImageType LabelImageType;
typedef typename IOType::ClusteredImageType ClusteredImageType;
/* Default constructor and destructor */
......@@ -81,13 +80,6 @@ namespace lsrm
auto labelImg = io.GetLabelImage(this->m_Graph, this->m_ImageWidth, this->m_ImageHeight);
return labelImg;
}
inline typename ClusteredImageType::Pointer GetClusteredImageOutput()
{
IOType io;
auto clusteredImg = io.GetClusteredOutput(this->m_Graph, this->m_ImageWidth, this->m_ImageHeight);
return clusteredImg;
}
/* Set methods */
SetMacro(bool, DoBFSegmentation);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment