40 std::vector< vtkPoints* >* iSeeds,
QWidget* iParent)
62 std::vector<vtkPolyData*> NewContours = std::vector<vtkPolyData*>();
72 std::vector<std::vector<vtkPolyData*> > NewContours;
Levelset segmentation algorithm implementation. Can generate contours and meshes. Will generate 2D ob...
QGoAlgorithmWidget * m_AlgoWidget
QGoSetOfContoursLevelSetAlgo(std::vector< vtkPoints * > *iSeeds, QWidget *iParent=0)
std::vector< vtkPolyData * > ApplyAlgo(GoImageProcessor *iImages, std::string iChannel, bool iIsInvertedOn=false)
return the vtkpolydata created by the algorithm
QGoAlgoParameter< int > * m_Sampling
class to be the interface between the levelset algo for meshes, contours and set of contours and GoFi...
~QGoSetOfContoursLevelSetAlgo()
Interface between image reader and vtkImageData.
std::vector< std::vector< vtkPolyData * > > ApplyAlgoSeveralSeeds(GoImageProcessor *iImages, std::string iChannel)