1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.

This commit is contained in:
Vsevolod Glumov
2012-08-23 14:56:02 +04:00
parent 2e685dcf0a
commit fc307c87dc
11 changed files with 380 additions and 379 deletions
+3 -3
View File
@@ -204,11 +204,11 @@ This method must implement matching logic in order to make the wrappers `detail:
.. ocv:function:: void detail::FeaturesMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info)
:param features1: First image features
:param features1: first image features
:param features2: Second image features
:param features2: second image features
:param matches_info: Found matches
:param matches_info: found matches
detail::BestOf2NearestMatcher
-----------------------------