plastimatch
Loading...
Searching...
No Matches
itk_distance_map.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_distance_map_h_
5#define _itk_distance_map_h_
6
7#include "plmutil_config.h"
8#include "itk_image_type.h"
9
11FloatImageType::Pointer
13 const UCharImageType::Pointer& ref_image,
14 bool use_squared_distance,
16);
17
19FloatImageType::Pointer
21 const UCharImageType::Pointer& ref_image,
22 bool use_squared_distance,
24);
25
26#endif
Definition pointset.h:15
FloatImageType::Pointer itk_distance_map_maurer(const UCharImageType::Pointer &ref_image, bool use_squared_distance, bool inside_positive)
Definition itk_distance_map.cxx:91
FloatImageType::Pointer itk_distance_map_danielsson(const UCharImageType::Pointer &ref_image, bool use_squared_distance, bool inside_positive)
Definition itk_distance_map.cxx:59
#define PLMUTIL_API
Definition plmutil_config.h:26