vector_KeyPoint_to_Mat and Mat_to_vector_KeyPoint not implemented (Bug #1255)


Added by Kirill Kornyakov over 13 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Andrey Pavlenko % Done:

0%

Category:android
Target version:2.3
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

When I use SURF.java or StarDetector.java to detect features, my
keypoint List doesn't seem to be populated upon completion of
n_detect() and utils.Mat_to_vector_Keypoint(). I'm using the default
constructor for SURF and StarDetector, like "SURF surfobj = new
SURF". I initialize my List like "List<Keypoint> keypoints = new
LinkedList<Keypoint>();".

Are these functions not supported yet or is there something extra I
should do? I believe I have the grayscale image done correctly.

-Micah


Associated revisions

Revision fae7b208
Added by Roman Donchenko over 11 years ago

Merge pull request #1255 from SpecLad:no-cr

History

Updated by Andrey Kamaev over 13 years ago

features2d already has full Java API in trunk. All missed classes and converters are added.

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

Updated by Kirill Kornyakov almost 13 years ago

  • Target version set to 2.3

Also available in: Atom PDF