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"
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
◦ Translation
◦ Rotation
◦ Scaling
• To learn the role of interpolation operation
◦ Bi-linear
◦ Bi-cubic
◦ Nearest neighbor
TECHNOLOGIES USED:
Framework: flask
Front-end: HTML,CSS,BOOTSTRAP
Back-end : python(opencv,imutils,pill),js(ajax,jquery)
NOTE:deployment.txt have steps to deploy the source code into local.