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

Function TEST

test/bilateral.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65TEST(BilateralOnImage, Grayscale) {
66 bilateralTest<float, false>(string(TEST_DIR "/bilateral/gray.test"));
67}
68
69TEST(BilateralOnImage, Color) {
70 bilateralTest<float, true>(string(TEST_DIR "/bilateral/color.test"));

Callers

nothing calls this directly

Calls 8

compareArraysRMSDFunction · 0.85
constantFunction · 0.85
hostMethod · 0.80
absFunction · 0.70
bilateralFunction · 0.50
dim4Class · 0.50
iotaFunction · 0.50
elementsMethod · 0.45

Tested by

no test coverage detected