#1205 fixed ~100 of ~700 parameters

This commit is contained in:
Andrey Kamaev
2012-03-29 06:50:05 +00:00
parent e74be5a65d
commit 94c258cf15
25 changed files with 78 additions and 66 deletions

View File

@@ -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.

View File

@@ -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.