Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include "mapRegistrationBase.h"
#include "mitkImage.h"
#include "mitkGeometry3D.h"
#include "mitkMAPRegistrationWrapper.h"
#include "mitkImageMappingHelper.h"
#include <itkStitchImageFilter.h>
#include "MitkMatchPointRegistrationExports.h"
Go to the source code of this file.
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Functions | |
MITKMATCHPOINTREGISTRATION_EXPORT Image::Pointer | mitk::StitchImages (std::vector< Image::ConstPointer > inputs, std::vector<::map::core::RegistrationBase::ConstPointer > registrations, const BaseGeometry *resultGeometry, const double &paddingValue=0, itk::StitchStrategy stitchStrategy=itk::StitchStrategy::Mean, mitk::ImageMappingInterpolator::Type interpolatorType=mitk::ImageMappingInterpolator::Linear) |
MITKMATCHPOINTREGISTRATION_EXPORT Image::Pointer | mitk::StitchImages (std::vector< Image::ConstPointer > inputs, std::vector< MAPRegistrationWrapper::ConstPointer > registrations, const BaseGeometry *resultGeometry, const double &paddingValue=0, itk::StitchStrategy stitchStrategy=itk::StitchStrategy::Mean, mitk::ImageMappingInterpolator::Type interpolatorType=mitk::ImageMappingInterpolator::Linear) |
MITKMATCHPOINTREGISTRATION_EXPORT Image::Pointer | mitk::StitchImages (std::vector< Image::ConstPointer > inputs, const BaseGeometry *resultGeometry, const double &paddingValue=0, itk::StitchStrategy stitchStrategy=itk::StitchStrategy::Mean, mitk::ImageMappingInterpolator::Type interpolatorType=mitk::ImageMappingInterpolator::Linear) |