Command line interface class template for simple levelset segmentation with a particular implementation (CPU or GPU). More...
#include <cmtkSimpleLevelsetCommandLine.h>
Public Types | |
typedef SimpleLevelsetCommandLine < TImpl > | Self |
This class. | |
typedef TImpl | SimpleLevelsetImplementation |
The actual levelset implementation. | |
Public Member Functions | |
void | Execute () |
Execute levelset segmentation. |
Command line interface class template for simple levelset segmentation with a particular implementation (CPU or GPU).
Definition at line 59 of file cmtkSimpleLevelsetCommandLine.h.
typedef SimpleLevelsetCommandLine<TImpl> cmtk::SimpleLevelsetCommandLine< TImpl >::Self |
This class.
Reimplemented from cmtk::SimpleLevelsetCommandLineBase.
Definition at line 64 of file cmtkSimpleLevelsetCommandLine.h.