Aziz mohammed
Aziz mohammed

Reputation: 1

is there python function to make non-unifrom warping

For example, perspective warping scales the width according to changes that occurred in the height of the image. I want a function that scales only the modified part (width or height) and I want it to be based on 4 points, so affine transformation is not appropriate for it.

original image:

original image:

perspective:

perspective

non-uniform:

non-uniform

Upvotes: 0

Views: 77

Answers (0)

Related Questions