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

Function test_smaller

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

test_smaller() Tests if a pixel x < p - thr

Source from the content-addressed store, hash-verified

37// test_smaller()
38// Tests if a pixel x < p - thr
39inline int test_smaller(float x, float p, float thr) { return (x < p - thr); }
40
41// test_pixel()
42// Returns -1 when x < p - thr

Callers 2

test_pixelFunction · 0.70
locate_featuresFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected