plastimatch
Loading...
Searching...
No Matches
itk_local_intensity_correction.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_local_intensity_correction_h_
5#define _itk_local_intensity_correction_h_
6
7#include "plmutil_config.h"
8#include <utility>
9#include "itk_image_type.h"
10
11
12PLMUTIL_API FloatImageType::Pointer
14 FloatImageType::Pointer& source_image,
15 FloatImageType::Pointer& reference_image,
17 bool blend,
19
20PLMUTIL_API FloatImageType::Pointer
22 FloatImageType::Pointer& source_image,
23 FloatImageType::Pointer& reference_image, SizeType patch_size,
24 FloatImageType::Pointer& shift_field, FloatImageType::Pointer& scale_field,
25 bool blend,
27
28PLMUTIL_API FloatImageType::Pointer
30 FloatImageType::Pointer& source_image,
31 FloatImageType::Pointer& reference_image, SizeType patch_size,
32 UCharImageType::Pointer& source_mask, UCharImageType::Pointer& reference_mask,
33 FloatImageType::Pointer& shift_field, FloatImageType::Pointer& scale_field,
34 bool blend,
36#endif
Definition pointset.h:15
itk::Size< 3 > SizeType
Definition itk_image.h:20
FloatImageType::Pointer itk_local_intensity_correction(FloatImageType::Pointer &source_image, FloatImageType::Pointer &reference_image, SizeType patch_size, bool blend, SizeType mediansize)
Definition itk_local_intensity_correction.cxx:220
FloatImageType::Pointer itk_masked_local_intensity_correction(FloatImageType::Pointer &source_image, FloatImageType::Pointer &reference_image, SizeType patch_size, UCharImageType::Pointer &source_mask, UCharImageType::Pointer &reference_mask, FloatImageType::Pointer &shift_field, FloatImageType::Pointer &scale_field, bool blend, SizeType mediansize)
Definition itk_local_intensity_correction.cxx:253
#define PLMUTIL_API
Definition plmutil_config.h:26