|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::Pointer | mitk::ComputeIntensityProfile (Image::Pointer image, PlanarFigure::Pointer planarFigure) |
| Compute intensity profile of an image for each pixel along the first PolyLine of a given planar figure. More...
|
|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::Pointer | mitk::ComputeIntensityProfile (Image::Pointer image, PlanarLine::Pointer planarLine, unsigned int numSamples, InterpolateImageFunction::Enum interpolator=InterpolateImageFunction::NearestNeighbor) |
| Compute intensity profile of an image for each sample along a planar line. More...
|
|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::Pointer | mitk::ComputeIntensityProfile (Image::Pointer image, const Point3D &startPoint, const Point3D &endPoint, unsigned int numSamples, InterpolateImageFunction::Enum interpolator=InterpolateImageFunction::NearestNeighbor) |
| Compute intensity profile of an image for each sample between two points. More...
|
|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::InstanceIdentifier | mitk::ComputeGlobalMaximum (IntensityProfile::Pointer intensityProfile, IntensityProfile::MeasurementType &max) |
| Compute global maximum of an intensity profile. More...
|
|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::InstanceIdentifier | mitk::ComputeGlobalMinimum (IntensityProfile::Pointer intensityProfile, IntensityProfile::MeasurementType &min) |
| Compute global minimum of an intensity profile. More...
|
|
MITKIMAGESTATISTICS_EXPORT void | mitk::ComputeIntensityProfileStatistics (IntensityProfile::Pointer intensityProfile, ImageStatisticsCalculator::StatisticsContainer::Pointer stats) |
| Compute statistics of an intensity profile. More...
|
|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::InstanceIdentifier | mitk::ComputeCenterOfMaximumArea (IntensityProfile::Pointer intensityProfile, IntensityProfile::InstanceIdentifier radius) |
| Compute center of maximum area under the curve of an intensity profile. More...
|
|
MITKIMAGESTATISTICS_EXPORT std::vector< IntensityProfile::MeasurementType > | mitk::CreateVectorFromIntensityProfile (IntensityProfile::Pointer intensityProfile) |
| Convert an intensity profile to a standard library vector. More...
|
|
MITKIMAGESTATISTICS_EXPORT IntensityProfile::Pointer | mitk::CreateIntensityProfileFromVector (const std::vector< IntensityProfile::MeasurementType > &vector) |
| Convert a standard library vector to an intensity profile. More...
|
|