Ask Your Question

MathMan42's profile - activity

2018-03-20 17:52:36 +0200 received badge  Student (source)
2018-03-19 20:22:09 +0200 asked a question How do view pending questions

How do you view your questions that are pending moderator approval on this site?

2018-03-19 20:22:09 +0200 asked a question Inverse image transform

Does Sage have an inverse image transform?

By that, I mean is there a function where, given an image $X$, and function $f$, it generates an image $Y$, such that pixel $p$ of $Y$ is assigned the color of $f(p) \in X$?

Note that for convenience, you can also say what rectangle the input and output image represent. (I.e. you could say that pixels in $Y$ correspond to points in $[-1,1] \times [-1,1]$.

For reference, here is mathematica's version is called ImageTransformation.