drawMatches bug (Bug #3118)


Added by Kirill Kornyakov over 11 years ago. Updated about 11 years ago.


Status:Cancelled Start date:2013-06-27
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:features2d
Target version:2.4.8
Affected version:2.4.7 (latest release) Operating System:Any
Difficulty:Easy HW Platform:x86
Pull request:


Associated revisions

Revision b08a6ccd
Added by Vadim Pisarevsky over 10 years ago

Merge pull request #3118 from akarsakov:fix_cvtcolor_perf

History

Updated by Kirill Kornyakov over 11 years ago

  • Status changed from New to Open

Updated by Prasan Samtani over 11 years ago

Pull request is here:
https://github.com/Itseez/opencv/pull/1411

Caveat: It still isn't clear to me which order is correct as there is some inconsistency in the way the function is used.

Updated by Alexander Smorkalov over 11 years ago

  • Pull request set to https://github.com/Itseez/opencv/pull/1411

Updated by Prasan Samtani over 11 years ago

Updated pull request for branch 2.4: https://github.com/Itseez/opencv/pull/1423

Earlier pull request was closed.

Updated by Matthias Bady about 11 years ago

According to the comments in the pull request this is not a bug and the ticket should be closed.

Updated by Steven Puttemans about 11 years ago

Comment of Maria:

@ZenBowman This is not a bug. The first image is really "query image" (or "source"), the second one is "train" (or "destination"). Descriptors matching is usually asymmetric: for each query/source descriptor it looks for the nearest descriptor among a training/destination set. "matches1to2" means matching from 1st image to 2d image, i.e. 1 is "query", 2 is "train".

Simply said, this bug report can be cancelled since it is not a bug. Both pull requests were closed down also.

  • Target version set to 2.4.8
  • Pull request deleted (https://github.com/Itseez/opencv/pull/1411)
  • Affected version changed from branch '2.4' to 2.4.7 (latest release)
  • Assignee deleted (Maria Dimashova)
  • Status changed from Open to Cancelled

Also available in: Atom PDF