Geometric transformation such as translation, rotation, scaling, sharing implemented from scratch in openCV python.
Geometric transformation -
- Translation -> x, y
- Rotation -> Angle in degree
- scaling -> x,y
- sharing -> 0,y or x,0 or x,y
x = 100
y = 50