Package in.itzmeanjan.filterit.affine
-
Class Summary Class Description Rotate Performs affine transformation - ROTATION on given image, keeps source image unmodifiedScale Given an image, it'll scale that image as per requested x & y param values in respective directions & returns transformed image ( generated using affine transformation rules )Translate Given a buffered image it'll compute translated buffered image by translating each pixel by given amount of translation along X-axis / Y-axis or both.