MatOfKeyPoints.get(int idx) -> KeyPoint (Feature #3513)
Description
I would suggest to introduce a method get(int index) returning a KeyPoint into the class MatOfKeyPoint.
Associated revisions
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