Helpful methods for working with contours and images.
More...
#include <mitkContourUtils.h>
Helpful methods for working with contours and images.
Legacy support for mitk::Contour TODO remove this class when mitk::Contour is removed
Definition at line 29 of file mitkContourUtils.h.
◆ ContourUtils()
mitk::ContourUtils::ContourUtils |
( |
| ) |
|
|
protected |
◆ ~ContourUtils()
mitk::ContourUtils::~ContourUtils |
( |
| ) |
|
|
overrideprotected |
◆ BackProjectContourFrom2DSlice()
Projects a slice index coordinates of a contour back into world coordinates.
- Parameters
-
sliceGeometry | |
contourIn2D | |
◆ Clone()
Pointer mitk::ContourUtils::Clone |
( |
| ) |
const |
◆ FillContourInSlice()
void mitk::ContourUtils::FillContourInSlice |
( |
Contour * |
projectedContour, |
|
|
Image * |
sliceImage, |
|
|
int |
paintingPixelValue = 1 |
|
) |
| |
Fill a contour in a 2D slice with a specified pixel value.
◆ mitkClassMacroItkParent()
mitk::ContourUtils::mitkClassMacroItkParent |
( |
ContourUtils |
, |
|
|
itk::Object |
|
|
) |
| |
◆ New()
static Pointer mitk::ContourUtils::New |
( |
| ) |
|
|
static |
◆ ProjectContourTo2DSlice()
Projects a contour onto an image point by point. Converts from world to index coordinates.
- Parameters
-
The documentation for this class was generated from the following file: