Skip to main content

Module transform

Module transform 

Source
Expand description

Geometric transformations for image alignment.

This module provides tools for applying geometric transformations:

  • Image warping
  • Bilinear and bicubic interpolation
  • Transformation composition
  • Region-based transformations

Structs§

ImageWarper
Image warper for applying transformations
MeshWarper
Mesh warper for non-rigid transformations
QuadWarper
Perspective quad warper
TransformBuilder
Transformation builder for composing multiple transforms

Enums§

BorderMode
Border handling mode
InterpolationMethod
Interpolation method for image warping