![]() |
VOOZH | about |
The given mapping function is used to find, for each point in the output, the corresponding coordinates in the input
Syntax: scipy.ndimage.interpolation.geometric_transform(input, mapping, order=3)
Parameters
- input : takes an array.
- mapping : accepts a tuple data structure similar to length of given output array rank.
- order : int parameter. which is a spline interpolation and the default value is 3.
Returns: Returns an n d array.
Example 1:
Output:
Example 2: