MatOfKeyPoints.get(int idx) -> KeyPoint (Feature #3513)


Added by antonio sesto about 11 years ago. Updated about 11 years ago.


Status:Cancelled Start date:2014-01-29
Priority:Low Due date:
Assignee:antonio sesto % Done:

0%

Category:-
Target version:-
Difficulty: Pull request:

Description

I would suggest to introduce a method get(int index) returning a KeyPoint into the class MatOfKeyPoint.


Associated revisions

Revision d9f159a5
Added by Vadim Pisarevsky about 10 years ago

Merge pull request #3513 from mshabunin:compat-30

History

Updated by Vladislav Vinogradov about 11 years ago

Hello Antonio,

MatOfKeyPoints provides two methods : toArray and toList. You can use this methods to convert MatOfKeyPoints into Java array/list and then access the array by index.

  • Status changed from New to Cancelled
  • Assignee set to antonio sesto

Also available in: Atom PDF