Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
PlaneWarper Class Reference
[Images Warping]
Warper that maps an image onto the z = 1 plane. More...
#include <warpers.hpp>
Inherits RotationWarperBase< PlaneProjector >.
Inherited by AffineWarper, and PlaneWarperGpu.
Public Member Functions | |
| PlaneWarper (float scale=1.f) | |
| Construct an instance of the plane warper class. | |
| Point2f | warpPoint (const Point2f &pt, InputArray K, InputArray R) |
| Projects the image point. | |
| Rect | buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) |
| Builds the projection maps according to the given camera data. | |
| Point | warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) |
| Projects the image. | |
| Rect | warpRoi (Size src_size, InputArray K, InputArray R) |
| void | warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst) |
| Projects the image backward. | |
Detailed Description
Warper that maps an image onto the z = 1 plane.
Definition at line 180 of file detail/warpers.hpp.
Constructor & Destructor Documentation
| PlaneWarper | ( | float | scale = 1.f ) |
Construct an instance of the plane warper class.
- Parameters:
-
scale Projected image scale multiplier
Definition at line 187 of file detail/warpers.hpp.
Member Function Documentation
| Rect buildMaps | ( | Size | src_size, |
| InputArray | K, | ||
| InputArray | R, | ||
| OutputArray | xmap, | ||
| OutputArray | ymap | ||
| ) | [virtual] |
Builds the projection maps according to the given camera data.
- Parameters:
-
src_size Source image size K Camera intrinsic parameters R Camera rotation matrix xmap Projection map for the x axis ymap Projection map for the y axis
- Returns:
- Projected image minimum bounding box
Reimplemented from RotationWarperBase< PlaneProjector >.
Reimplemented in AffineWarper.
| Point warp | ( | InputArray | src, |
| InputArray | K, | ||
| InputArray | R, | ||
| int | interp_mode, | ||
| int | border_mode, | ||
| OutputArray | dst | ||
| ) | [virtual] |
Projects the image.
- Parameters:
-
src Source image K Camera intrinsic parameters R Camera rotation matrix interp_mode Interpolation mode border_mode Border extrapolation mode dst Projected image
- Returns:
- Project image top-left corner
Reimplemented from RotationWarperBase< PlaneProjector >.
Reimplemented in AffineWarper.
| void warpBackward | ( | InputArray | src, |
| InputArray | K, | ||
| InputArray | R, | ||
| int | interp_mode, | ||
| int | border_mode, | ||
| Size | dst_size, | ||
| OutputArray | dst | ||
| ) | [virtual, inherited] |
Projects the image backward.
- Parameters:
-
src Projected image K Camera intrinsic parameters R Camera rotation matrix interp_mode Interpolation mode border_mode Border extrapolation mode dst_size Backward-projected image size dst Backward-projected image
Implements RotationWarper.
| Point2f warpPoint | ( | const Point2f & | pt, |
| InputArray | K, | ||
| InputArray | R | ||
| ) | [virtual] |
Projects the image point.
- Parameters:
-
pt Source point K Camera intrinsic parameters R Camera rotation matrix
- Returns:
- Projected point
Reimplemented from RotationWarperBase< PlaneProjector >.
Reimplemented in AffineWarper.
| Rect warpRoi | ( | Size | src_size, |
| InputArray | K, | ||
| InputArray | R | ||
| ) | [virtual] |
- Parameters:
-
src_size Source image bounding box K Camera intrinsic parameters R Camera rotation matrix
- Returns:
- Projected image minimum bounding box
Reimplemented from RotationWarperBase< PlaneProjector >.
Reimplemented in AffineWarper.
Generated on Tue Jul 12 2022 18:20:24 by
1.7.2