Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 323 Bytes

File metadata and controls

16 lines (13 loc) · 323 Bytes

Geometric-Transformations-of-Images

Library: OpenCV and Numpy

Transformations:

  • Scale
  • Rotate
  • Shear
  • Flip
  • Translate
  • Euclidean = Rotate + Translate
  • Similarity = Rotate + Translate + Uniform scale
  • Affine = Rotate + Translate + Uniform scale + Shear
  • Projective / Perspective

Screenshot