test_greater() Tests if a pixel x > p + thr
| 33 | // test_greater() |
| 34 | // Tests if a pixel x > p + thr |
| 35 | inline 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 |
no outgoing calls
no test coverage detected