MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / Execute

Method Execute

Code/BasicFilters/src/sitkHashImageFilter.cxx:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84std::string
85HashImageFilter::Execute(const Image & image)
86{
87
88 PixelIDValueEnum type = image.GetPixelID();
89 unsigned int dimension = image.GetDimension();
90
91 return GetMemberFunctionFactory().GetMemberFunction(type, dimension, this)(image);
92}
93
94template <class TLabelImageType>
95std::string

Callers 7

assert_hash_matchMethod · 0.95
HashFunction · 0.45
ResampleFunction · 0.45
PatchBasedDenoisingFunction · 0.45
DiscreteGaussianFunction · 0.45

Calls 2

GetPixelIDMethod · 0.45
GetDimensionMethod · 0.45

Tested by 1

assert_hash_matchMethod · 0.76