Image operation: create connected components map. More...
#include <cmtkImageOperationConnectedComponents.h>
Public Member Functions | |
virtual cmtk::UniformVolume::SmartPtr | Apply (cmtk::UniformVolume::SmartPtr &volume) |
Apply this operation to an image in place. | |
Static Public Member Functions | |
static void | New () |
Create new connected components operation. |
Image operation: create connected components map.
Inherit from image operation base class.
Definition at line 46 of file cmtkImageOperationConnectedComponents.h.
virtual cmtk::UniformVolume::SmartPtr cmtk::ImageOperationConnectedComponents::Apply | ( | cmtk::UniformVolume::SmartPtr & | volume ) | [inline, virtual] |
Apply this operation to an image in place.
Reimplemented from cmtk::ImageOperation.
Definition at line 52 of file cmtkImageOperationConnectedComponents.h.
References cmtk::DataGridMorphologicalOperators::GetBinaryConnectedComponents(), and cmtk::DataGridMorphologicalOperators::GetRegionsRenumberedBySize().
static void cmtk::ImageOperationConnectedComponents::New | ( | ) | [inline, static] |
Create new connected components operation.
Definition at line 61 of file cmtkImageOperationConnectedComponents.h.