Image Geometric Transformation In Numpy and OpenCV

The math and code behind Image warping

Daryl Tan
Towards Data Science
9 min readNov 21, 2019

--

Source: Geometric Transformations

Geometric transformation is pervasive in Computer Vision

Geometric transformation is an essential image processing techniques that have wide applications. For example, a simple use case would be in computer graphics to simply rescale the graphics…

--

--