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

Function test_greater

src/backend/cpu/kernel/fast.hpp:35–35  ·  view source on GitHub ↗

test_greater() Tests if a pixel x > p + thr

Source from the content-addressed store, hash-verified

33// test_greater()
34// Tests if a pixel x > p + thr
35inline int test_greater(float x, float p, float thr) { return (x > p + thr); }
36
37// test_smaller()
38// Tests if a pixel x < p - thr

Callers 2

test_pixelFunction · 0.70
locate_featuresFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected