1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00
This commit is contained in:
Suleyman TURKMEN
2016-08-23 20:57:20 +03:00
parent b3b434e221
commit fcc28fecb6
3 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ mask values are ignored.
@param maxIters The maximum number of RANSAC iterations, 2000 is the maximum it can be.
@param confidence Confidence level, between 0 and 1.
The functions find and return the perspective transformation \f$H\f$ between the source and the
The function finds and returns the perspective transformation \f$H\f$ between the source and the
destination planes:
\f[s_i \vecthree{x'_i}{y'_i}{1} \sim H \vecthree{x_i}{y_i}{1}\f]