MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST

Function TEST

test/morph.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221TEST(Morph, GrayscaleDilation3x3StructuringElement) {
222 UNSUPPORTED_BACKEND(AF_BACKEND_ONEAPI);
223 morphImageTest<float, true, false>(string(TEST_DIR "/morph/gray.test"), 3);
224}
225
226TEST(Morph, ColorImageErosion3x3StructuringElement) {
227 UNSUPPORTED_BACKEND(AF_BACKEND_ONEAPI);

Callers

nothing calls this directly

Calls 14

constantFunction · 0.85
randuFunction · 0.85
erodeFunction · 0.85
dilateFunction · 0.85
asMethod · 0.80
hostMethod · 0.80
absFunction · 0.70
dim4Class · 0.50
iotaFunction · 0.50
af_constantFunction · 0.50
af_randuFunction · 0.50
af_dilateFunction · 0.50

Tested by

no test coverage detected