vector_KeyPoint_to_Mat and Mat_to_vector_KeyPoint not implemented (Bug #1255)
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
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