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

Function TEST

test/susan.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136SUSAN_TEST(square_t32_g20, 32, 20);
137
138TEST(Susan, InvalidDims) {
139 try {
140 array a = randu(256);
141 features out = susan(a);
142 EXPECT_TRUE(false);
143 } catch (exception &e) { EXPECT_TRUE(true); }
144}
145
146TEST(Susan, InvalidRadius) {
147 try {

Callers

nothing calls this directly

Calls 2

randuFunction · 0.85
susanFunction · 0.50

Tested by

no test coverage detected