Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.49 KB

File metadata and controls

18 lines (14 loc) · 1.49 KB
sidebar_position 0

Geometry

Geometric operations in image processing involve transforming the spatial coordinates of pixels in an image to achieve various effects, such as resizing, rotation, and more. These operations are used to manipulate the shape, position, and orientation of objects within an image.

Methods

Can be applied on Images Masks
Flip(flip)
Resize(resize)
Rotate(rotate)
Transform(transform)
Transform and rotate(transformRotate)
Get perspective warp matrix(getPerspectiveWarp) - -