#1205 fixed ~100 of ~700 parameters
This commit is contained in:
@@ -20,7 +20,7 @@ Draws the found matches of keypoints from two images.
|
||||
|
||||
:param keypoints2: Keypoints from the second source image.
|
||||
|
||||
:param matches: Matches from the first image to the second one, which means that ``keypoints1[i]`` has a corresponding point in ``keypoints2[matches[i]]`` .
|
||||
:param matches1to2: Matches from the first image to the second one, which means that ``keypoints1[i]`` has a corresponding point in ``keypoints2[matches[i]]`` .
|
||||
|
||||
:param outImg: Output image. Its content depends on the ``flags`` value defining what is drawn in the output image. See possible ``flags`` bit values below.
|
||||
|
||||
|
@@ -272,7 +272,7 @@ Writes the current randomized tree to a file or stream.
|
||||
|
||||
:param file_name: Name of the file where randomized tree data is stored.
|
||||
|
||||
:param is: Output stream associated with the file where randomized tree data is stored.
|
||||
:param os: Output stream associated with the file where randomized tree data is stored.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user