GoodFeaturesToTrack (Bug #7)


Added by James Bowman over 15 years ago. Updated over 15 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:imgproc, video
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

From ROS ticket

https://code.ros.org/trac/wg-ros-pkg/ticket/3131

Made test case

$ make install
$ python ../tests/python/goodfeatures.py

shows the issue.

The feature detector is most useful if the features returned are in strongest-first order. The test collects lists of features with different threshold, and checks that all lists share a common prefix. So for example, we might have:

thresh = 0.1     A,B,C,D,E,F
thresh = 0.2     A,B,C,D,E
thresh = 0.3     A,B,C

Assign to Vadim for triage.


Associated revisions

Revision 6c24d63f
Added by Andrey Kamaev over 12 years ago

Merge pull request #7 from apavlenko/perf-test/warp

History

Updated by Vadim Pisarevsky over 15 years ago

seems to be fixed in SVN r2363. The test now passes

  • Status changed from Open to Done
  • (deleted custom field) set to fixed

Also available in: Atom PDF