mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
spelling fixes
This commit is contained in:
@@ -249,8 +249,8 @@ where src[i] and dst[i] are the i-th points in src and dst, respectively
|
||||
\f[\begin{bmatrix} a_{11} & a_{12} & b_1 \\ -a_{12} & a_{11} & b_2 \end{bmatrix}\f]
|
||||
when fullAffine=false.
|
||||
|
||||
@deprecated Use cv::estimateAffine2D, cv::estimateAffinePartial2D instead. If you are using this fuction
|
||||
with images, extract points using cv::calcOpticalFlowPyrLK and then use the estimation fuctions.
|
||||
@deprecated Use cv::estimateAffine2D, cv::estimateAffinePartial2D instead. If you are using this function
|
||||
with images, extract points using cv::calcOpticalFlowPyrLK and then use the estimation functions.
|
||||
|
||||
@sa
|
||||
estimateAffine2D, estimateAffinePartial2D, getAffineTransform, getPerspectiveTransform, findHomography
|
||||
|
||||
Reference in New Issue
Block a user