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

Function Hash

Code/BasicFilters/src/sitkHashImageFilter.cxx:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142std::string
143Hash(const Image & image, HashImageFilter::HashFunction function)
144{
145 HashImageFilter filter;
146 filter.SetHashFunction(function);
147 return filter.Execute(image);
148}
149} // namespace itk::simple

Callers 13

TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 2

SetHashFunctionMethod · 0.80
ExecuteMethod · 0.45

Tested by 12

TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68