Skip to content

Commit

Permalink
Clarified DescriptorExtractor::compute
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilLab committed Jul 18, 2014
1 parent ade46bd commit d5489f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Computes the descriptors for a set of keypoints detected in an image (first vari

:param images: Image set.

:param keypoints: Input collection of keypoints. Keypoints for which a descriptor cannot be computed are removed. Sometimes new keypoints can be added, for example: ``SIFT`` duplicates keypoint with several dominant orientations (for each orientation).
:param keypoints: Input collection of keypoints. Keypoints for which a descriptor cannot be computed are removed and the remaining ones may be reordered. Sometimes new keypoints can be added, for example: ``SIFT`` duplicates a keypoint with several dominant orientations (for each orientation).

:param descriptors: Computed descriptors. In the second variant of the method ``descriptors[i]`` are descriptors computed for a ``keypoints[i]``. Row ``j`` is the ``keypoints`` (or ``keypoints[i]``) is the descriptor for keypoint ``j``-th keypoint.

Expand Down

0 comments on commit d5489f3

Please sign in to comment.