| 155 | } |
| 156 | |
| 157 | void mitk::MultiLabelSegmentation::Initialize() |
| 158 | { |
| 159 | this->Initialize(this->GetTimeGeometry(), true, false); |
| 160 | } |
| 161 | |
| 162 | void mitk::MultiLabelSegmentation::Initialize(const mitk::Image * templateImage, bool resetLabels, bool ensure1stGroup) |
| 163 | { |