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