Joe Verbout / Mbed 2 deprecated main

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Rotation Estimation

Rotation Estimation
[Images stitching]

Data Structures

class  Estimator
 Rotation estimator base class. More...
class  HomographyBasedEstimator
 Homography based rotation estimator. More...
class  BundleAdjusterBase
 Base class for all camera parameters refinement methods. More...
class  BundleAdjusterReproj
 Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares. More...
class  BundleAdjusterRay
 Implementation of the camera parameters refinement algorithm which minimizes sum of the distances between the rays passing through the camera center and a feature. More...

Functions

void CV_EXPORTS waveCorrect (std::vector< Mat > &rmats, WaveCorrectKind kind)
 Tries to make panorama more horizontal (or vertical).

Function Documentation

void CV_EXPORTS cv::detail::waveCorrect ( std::vector< Mat > &  rmats,
WaveCorrectKind  kind 
)

Tries to make panorama more horizontal (or vertical).

Parameters:
rmatsCamera rotation matrices.
kindCorrection kind, see detail::WaveCorrectKind.