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