Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » OpenCV » Geometric Image Transformations

Geometric Image Transformations

Select a filter from the list below.

Icon Name Description / Applications Modules
cvGetAffineTransform

Calculates the affine transform from 3 corresponding points.

OpenCV
cvGetDefaultNewCameraMatrix

Returns the default new camera matrix.

OpenCV
cvGetPerspectiveTransform

Calculates the perspective transform from four pairs of corresponding points.

OpenCV
cvGetRectSubPix

Retrieves the pixel rectangle from an image with sub-pixel accuracy.

OpenCV
cvGetRotationMatrix2D

Calculates the affine matrix of 2D rotation.

OpenCV
cvInitUndistortRectifyMap

Computes the undistortion and rectification transformation map.

OpenCV
cvInvertAffineTransform

Inverts an affine transformation.

OpenCV
cvRemap

Applies a generic geometrical transformation to the image.

OpenCV
cvResize

Resizes an image.

OpenCV
cvUndistort

Transforms an image to compensate for lens distortion.

OpenCV
cvUndistortPoints

Undistorts points.

OpenCV
cvWarpAffine

Applies an affine transformation to an image.

OpenCV
cvWarpPerspective

Applies a perspective transformation to an image.

OpenCV