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

Function sat

src/api/c/sat.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template<typename To, typename Ti>
28inline af_array sat(const af_array& in) {
29 return getHandle<To>(integralImage<To, Ti>(getArray<Ti>(in)));
30}
31
32af_err af_sat(af_array* out, const af_array in) {
33 try {

Callers 1

TYPED_TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected