Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Functions | |
size_t | GetContourOrientation (const mitk::Vector3D &ContourNormal) |
Returns the plane the contour belongs to. More... | |
template<unsigned int VImageDimension> | |
mitk::Point3D | ComputeInteriorPointOfContour (const mitk::SurfaceInterpolationController::ContourPositionInformation &contour, mitk::LabelSetImage *labelSetImage, mitk::TimePointType currentTimePoint) |
Function used to compute an interior point of the contour. Used to react to the merge label and erase label actions. More... | |
std::vector< mitk::Point3D > | GetBoundingBoxGridPoints (size_t planeDimension, double startDim1, size_t numPointsToSampleDim1, double deltaDim1, double startDim2, size_t numPointsToSampleDim2, double deltaDim2, double valuePlaneDim) |
Get a Grid points within the bounding box of the contour at a certain spacing. More... | |
mitk::Point3D mitk::ContourExt::ComputeInteriorPointOfContour | ( | const mitk::SurfaceInterpolationController::ContourPositionInformation & | contour, |
mitk::LabelSetImage * | labelSetImage, | ||
mitk::TimePointType | currentTimePoint | ||
) |
Function used to compute an interior point of the contour. Used to react to the merge label and erase label actions.
VImageDimension | Dimension of the image |
contour | Contour for which to compute the interior point |
labelSetImage | Label Set Image For which to find the contour |
currentTimePoint | Current Time Point of the Image |
std::vector< mitk::Point3D > mitk::ContourExt::GetBoundingBoxGridPoints | ( | size_t | planeDimension, |
double | startDim1, | ||
size_t | numPointsToSampleDim1, | ||
double | deltaDim1, | ||
double | startDim2, | ||
size_t | numPointsToSampleDim2, | ||
double | deltaDim2, | ||
double | valuePlaneDim | ||
) |
Get a Grid points within the bounding box of the contour at a certain spacing.
planeDimension | Plane orientation (Sagittal, Coronal, Axial) |
startDim1 | Starting coordinate along dimension 1 to start the grid point sampling from |
numPointsToSampleDim1 | Number of points to sample along dimension 1 |
deltaDim1 | Spacing for dimension 1 at which points should be sampled |
startDim2 | Starting coordinate along dimension 2 to start the grid point sampling from |
numPointsToSampleDim2 | Number of points to sample along dimension 2 |
deltaDim2 | Spacing for dimension 1 at which points should be sampled |
valuePlaneDim | Slice index of the plane in the volume |
size_t mitk::ContourExt::GetContourOrientation | ( | const mitk::Vector3D & | ContourNormal | ) |
Returns the plane the contour belongs to.
ContourNormal |