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

Function af_transform_coordinates

src/api/unified/image.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75af_err af_transform_coordinates(af_array *out, const af_array tf,
76 const float d0, const float d1) {
77 CHECK_ARRAYS(tf);
78 CALL(af_transform_coordinates, out, tf, d0, d1);
79}
80
81af_err af_rotate(af_array *out, const af_array in, const float theta,
82 const bool crop, const af_interp_type method) {

Callers 1

transformCoordinatesTestFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected