[arrayfire] 222/284: Added transform coordinates to unified backend
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit ba483f19ee5500c1ce0a3f820989cdb49322084c
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date: Fri Jan 15 23:42:00 2016 -0500
Added transform coordinates to unified backend
---
src/api/unified/image.cpp | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/api/unified/image.cpp b/src/api/unified/image.cpp
index 7b11595..0ee211d 100644
--- a/src/api/unified/image.cpp
+++ b/src/api/unified/image.cpp
@@ -74,6 +74,13 @@ af_err af_transform(af_array *out, const af_array in, const af_array transform,
return CALL(out, in, transform, odim0, odim1, method, inverse);
}
+af_err af_transform_coordinates(af_array *out, const af_array tf,
+ const float d0, const float d1)
+{
+ CHECK_ARRAYS(tf);
+ return CALL(out, tf, d0, d1);
+}
+
af_err af_rotate(af_array *out, const af_array in, const float theta,
const bool crop, const af_interp_type method)
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list