MCPcopy Create free account
hub / github.com/MITK/MITK / ComputeIntensityProfile

Method ComputeIntensityProfile

Modules/ImageStatistics/src/mitkIntensityProfile.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227IntensityProfile::Pointer mitk::ComputeIntensityProfile(Image::Pointer image, PlanarFigure::Pointer planarFigure)
228{
229 return ::ComputeIntensityProfile(image, CreatePathFromPlanarFigure(image->GetGeometry(), planarFigure));
230}
231
232IntensityProfile::Pointer mitk::ComputeIntensityProfile(Image::Pointer image, PlanarLine::Pointer planarLine, unsigned int numSamples, InterpolateImageFunction::Enum interpolator)
233{

Callers

nothing calls this directly

Calls 5

ComputeIntensityProfileFunction · 0.85
CreatePathFromPointsFunction · 0.85
GetGeometryMethod · 0.80
GetPointerMethod · 0.80

Tested by

no test coverage detected