18 #ifndef sitkLabelVotingImageFilter_h
19 #define sitkLabelVotingImageFilter_h
89 SITK_RETURN_SELF_TYPE_HEADER
SetLabelForUndecidedPixels ( uint64_t LabelForUndecidedPixels ) { this->m_LabelForUndecidedPixels = LabelForUndecidedPixels;
return *
this; }
97 std::string
GetName()
const {
return std::string (
"LabelVotingImageFilter"); }
100 std::string ToString()
const;
118 template <
class TImageType>
Image ExecuteInternal (
const std::vector<Image> &
images );
127 uint64_t m_LabelForUndecidedPixels{std::numeric_limits<uint64_t>::max()};