Functions
HomographyHO Namespace Reference

Functions

void homographyHO (cv::InputArray srcPoints, cv::InputArray targPoints, cv::OutputArray H)
 Computes the best-fitting homography matrix from source to target points using Harker and O'Leary's method: Harker, M., O'Leary, P., Computation of Homographies, Proceedings of the British Machine Vision Conference 2005, Oxford, England. This is not the author's implementation. More...
 
void normalizeDataIsotropic (cv::InputArray Data, cv::OutputArray DataN, cv::OutputArray T, cv::OutputArray Ti)
 Performs data normalization before homography estimation. For details see Hartley, R., Zisserman, A., Multiple View Geometry in Computer Vision, Cambridge University Press, Cambridge, 2001. More...
 

Function Documentation

◆ homographyHO()

void HomographyHO::homographyHO ( cv::InputArray  srcPoints,
cv::InputArray  targPoints,
cv::OutputArray  H 
)

Computes the best-fitting homography matrix from source to target points using Harker and O'Leary's method: Harker, M., O'Leary, P., Computation of Homographies, Proceedings of the British Machine Vision Conference 2005, Oxford, England. This is not the author's implementation.

Parameters
srcPointsArray of source points: 1xN/Nx1 2-channel (float or double) where N is the number of points
targPointsArray of target points: 1xN/Nx1 2-channel (float or double)
HHomography from source to target: 3x3 1-channel (double)

Definition at line 1041 of file ippe.cpp.

◆ normalizeDataIsotropic()

void HomographyHO::normalizeDataIsotropic ( cv::InputArray  Data,
cv::OutputArray  DataN,
cv::OutputArray  T,
cv::OutputArray  Ti 
)

Performs data normalization before homography estimation. For details see Hartley, R., Zisserman, A., Multiple View Geometry in Computer Vision, Cambridge University Press, Cambridge, 2001.

Parameters
DataArray of source data points: 1xN/Nx1 2-channel (float or double) where N is the number of points
DataNNormalized data points: 1xN/Nx1 2-channel (float or double) where N is the number of points
THomogeneous transform from source to normalized: 3x3 1-channel (double)
TiHomogeneous transform from normalized to source: 3x3 1-channel (double)

Definition at line 923 of file ippe.cpp.



aruco
Author(s): Rafael Muñoz Salinas , Bence Magyar
autogenerated on Sat Sep 23 2023 02:26:45