opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

RotationWarper Class Reference

RotationWarper Class Reference
[Images Warping]

Rotation-only model image warper interface. More...

#include <warpers.hpp>

Inherited by RotationWarperBase< P >, RotationWarperBase< CompressedRectilinearPortraitProjector >, RotationWarperBase< CompressedRectilinearProjector >, RotationWarperBase< CylindricalPortraitProjector >, RotationWarperBase< CylindricalProjector >, RotationWarperBase< FisheyeProjector >, RotationWarperBase< MercatorProjector >, RotationWarperBase< PaniniPortraitProjector >, RotationWarperBase< PaniniProjector >, RotationWarperBase< PlanePortraitProjector >, RotationWarperBase< PlaneProjector >, RotationWarperBase< SphericalPortraitProjector >, RotationWarperBase< SphericalProjector >, RotationWarperBase< StereographicProjector >, and RotationWarperBase< TransverseMercatorProjector >.

Public Member Functions

virtual Point2f warpPoint (const Point2f &pt, InputArray K, InputArray R)=0
 Projects the image point.
virtual Rect buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)=0
 Builds the projection maps according to the given camera data.
virtual Point warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)=0
 Projects the image.
virtual void warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst)=0
 Projects the image backward.
virtual Rect warpRoi (Size src_size, InputArray K, InputArray R)=0

Detailed Description

Rotation-only model image warper interface.

Definition at line 59 of file detail/warpers.hpp.


Member Function Documentation