项目作者: priyankacheruku

项目描述 :
An affine transformation is an important class of linear 2-D geometric transformations that maps variables into new variables by applying a linear combination of translation, rotation, scaling, and interpolation operations. Here the image is processed using various python libraries. It is a piece of the contribution of"https://github.com/priyankacheruku/image-processing-iiith"
高级语言: HTML
项目地址: git://github.com/priyankacheruku/Affine-transformations.git
创建时间: 2019-08-17T16:24:44Z
项目社区:https://github.com/priyankacheruku/Affine-transformations

开源协议:

下载


Affine transformation is a linear mapping method that preserves points, straight lines, and planes. Sets of parallel lines remain parallel after an affine transformation. The affine transformation technique is typically used to correct for geometric distortions or deformations that occur with non-ideal camera angles.

Here the main obective is

• To learn basic image transformation

  1. Translation
  2. Rotation
  3. Scaling

• To learn the role of interpolation operation

  1. Bi-linear
  2. Bi-cubic
  3. Nearest neighbor

TECHNOLOGIES USED:

  1. Framework: flask
  2. Front-end: HTML,CSS,BOOTSTRAP
  3. Back-end : python(opencv,imutils,pill),js(ajax,jquery)

NOTE:deployment.txt have steps to deploy the source code into local.