Levelset segmentation algorithm implementation. Can generate contours and meshes. Will generate 2D objects if m_Dimension<2, 3D objects in the other case.
More...
|
| template<typename TPixel > |
| void | Apply2DFilter (typename itk::Image< TPixel, 2 >::Pointer iITKInput, const std::vector< double > &iCenter, const double &iRadius, const int &iIterations, const int &iCurvature) |
| |
| template<typename TPixel > |
| void | Apply3DFilter (typename itk::Image< TPixel, 3 >::Pointer iITKInput, const std::vector< double > &iCenter, const double &iRadius, const int &iIterations, const int &iCurvature) |
| |
| std::vector< vtkPolyData * > | ApplyFilterLevelSet3D (double iRadius, vtkPoints *iPoints, int iIterations, int iCurvature, GoImageProcessor *iImages, int iChannel) |
| |
std::vector< std::vector
< vtkPolyData * > > | ApplyFilterSetOf2D (double iRadius, std::vector< vtkPoints * > *iPoints, int iIterations, int iCurvature, int iSampling, GoImageProcessor *iImages, int iChannel) |
| |
| Output2DType::Pointer | GetOutput2D () |
| |
| Output3DType::Pointer | GetOutput3D () |
| |
| | QGoFilterChanAndVese (QObject *iParent=NULL, int iDimension=2) |
| | Constructor. More...
|
| |
| | ~QGoFilterChanAndVese () |
| | Destructor. More...
|
| |
| virtual void | ConnectSignals (int iFilterNumber) |
| |
| template<class PixelType , unsigned int VImageDimension> |
| vtkImageData * | ConvertITK2VTK (typename itk::Image< PixelType, VImageDimension >::Pointer iInput) |
| |
| template<class PixelType , unsigned int VImageDimension> |
itk::Image< PixelType,
VImageDimension >::Pointer | ConvertVTK2ITK (vtkImageData *iInput) |
| |
| vtkImageData * | extractOneSlice (vtkImageData *iOriginalImage, double *iOrigin, int iDirection) |
| |
| template<class PixelType , unsigned int VImageDimension> |
itk::Image< PixelType,
VImageDimension >::Pointer | ExtractROI (typename itk::Image< PixelType, VImageDimension >::Pointer, double *iCenter, double iRadius) |
| |
| double * | getCenter () |
| | Get the center of the area to be segmented. More...
|
| |
| int | getChannel () |
| | Get the channel to be segmented. More...
|
| |
| vtkSmartPointer< vtkImageData > | getInput () |
| |
| QString | getName () |
| | Get Name of the filter in the combo box. More...
|
| |
| vtkImageData * | getOutput () |
| |
| vtkPoints * | getPoints () |
| |
| double | getRadius () |
| | Get the radius of the area to be segmented. More...
|
| |
| int | getSampling () |
| |
| QWidget * | getWidget () |
| | Get the widget associated to the filter. More...
|
| |
| | QGoFilterSemiAutoBase (QObject *iParent=NULL) |
| | Constructor. More...
|
| |
| vtkPolyData * | ReconstructContour (vtkImageData *iInputImage, const double &iThreshold) |
| |
| vtkPolyData * | ReconstructMesh (vtkImageData *iInputImage, const double &iThreshold) |
| |
| vtkPolyData * | ReorganizeContour (vtkPolyData *iInputImage=NULL, bool iDecimate=true) |
| |
| void | setCenter (double *iCenter) |
| |
| void | setName (QString iName) |
| | Set Name of the filter in the combo box. More...
|
| |
| void | setOriginalImageMC (std::vector< vtkSmartPointer< vtkImageData > > *iOriginalImage) |
| |
| void | setOutput (vtkImageData *iOutput) |
| |
| void | setPoints (vtkPoints *iPoints) |
| |
| void | setWidget (QWidget *iWidget) |
| | Set the widget associated to the filter. More...
|
| |
| virtual | ~QGoFilterSemiAutoBase () |
| | Destructor. More...
|
| |
| bool | blockSignals (bool block) |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name () const |
| |
| const char * | name (const char *defaultName) const |
| |
| QString | objectName () const |
| |
| QObject * | parent () const |
| |
| QVariant | property (const char *name) const |
| |
| | QObject (QObject *parent) |
| |
| | QObject (QObject *parent, const char *name) |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| QThread * | thread () const |
| |
| virtual | ~QObject () |
| |
|
| void | setChannel (int iChannel=0) |
| |
| void | setRadius (double iRadius) |
| |
| void | setSampling (int iSampling) |
| |
| void | UpdateAdvancedMode (bool) |
| |
| void | UpdateVisibility (int iFilter) |
| |
| void | AddContourForMeshToContours (vtkPolyData *) |
| |
| void | ContourCreated (vtkPolyData *) |
| |
| void | CreateCorrespondingMesh (int) |
| |
| void | ImageProcessed () |
| |
| void | MeshCreated (vtkPolyData *, int timePoint=0) |
| |
| void | SegmentationFinished () |
| |
| void | UpdateSeeds () |
| |
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| |
| int | m_Dimension |
| |
| bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
| |
| virtual void | childEvent (QChildEvent *event) |
| |
| virtual void | connectNotify (const char *signal) |
| |
| virtual void | customEvent (QEvent *event) |
| |
| virtual void | disconnectNotify (const char *signal) |
| |
| int | receivers (const char *signal) const |
| |
| QObject * | sender () const |
| |
| int | senderSignalIndex () const |
| |
| virtual void | timerEvent (QTimerEvent *event) |
| |
| QByteArray | normalizeSignalSlot (const char *signalSlot) |
| |
| | objectName |
| |
Levelset segmentation algorithm implementation. Can generate contours and meshes. Will generate 2D objects if m_Dimension<2, 3D objects in the other case.
Definition at line 54 of file QGoFilterChanAndVese.h.