Skip to content

DucPhan0306/Geometric-Transformations-of-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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