Table of Contents

Class PyRotationWarper

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Rotation-based image warper, usable standalone (without a full Stitcher pipeline).

public class PyRotationWarper : CvObject, IDisposable
Inheritance
PyRotationWarper
Implements
Inherited Members

Constructors

PyRotationWarper(string, float)

Constructor

Properties

Scale

Warper scale.

Methods

BuildMaps(Size, InputArray, InputArray, OutputArray, OutputArray)

Builds the projection maps according to the given camera data.

Warp(InputArray, InputArray, InputArray, InterpolationFlags, BorderTypes, OutputArray)

Projects the image.

WarpBackward(InputArray, InputArray, InputArray, InterpolationFlags, BorderTypes, Size, OutputArray)

Projects the image backward.

WarpPoint(Point2f, InputArray, InputArray)

Projects the image point.

WarpPointBackward(Point2f, InputArray, InputArray)

Projects the image point backward.

WarpRoi(Size, InputArray, InputArray)

Computes the projected image minimum bounding box.