Skip to content

Commit 45bd56e

Browse files
authored
rigidTransform: only four DoF
combinations of translation, rotation, and uniform scaling equals four degrees of freedom
1 parent 49b4af1 commit 45bd56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/video/include/opencv2/video/tracking.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ CV_EXPORTS_W void calcOpticalFlowFarneback( InputArray prev, InputArray next, In
226226
@param dst Second input 2D point set of the same size and the same type as A, or another image.
227227
@param fullAffine If true, the function finds an optimal affine transformation with no additional
228228
restrictions (6 degrees of freedom). Otherwise, the class of transformations to choose from is
229-
limited to combinations of translation, rotation, and uniform scaling (5 degrees of freedom).
229+
limited to combinations of translation, rotation, and uniform scaling (4 degrees of freedom).
230230
231231
The function finds an optimal affine transform *[A|b]* (a 2 x 3 floating-point matrix) that
232232
approximates best the affine transformation between:

0 commit comments

Comments
 (0)