Remove manual java interface for features2d (Feature #2402)
Description
The Java interface for features2d is manually specified in modules/java/generator/src/cpp/features2d_manual.hpp. According to a chat with Andrey Pavlenko, it may now be possible to generate this interface automatically. The interface should ideally expose all the functions of each class, not just the shared interfaces (FeatureExtractor, DescriptorMatcher, etc.)
Associated revisions
Merge pull request #2402 from ilya-lavrenov:amd_libs
History
Updated by Alexander Smorkalov over 12 years ago
Changes in Java interface break binary compatibility. It can be done in 2.5 only.
- Category set to android
- Assignee set to Andrey Pavlenko
- Target version set to 3.0
Updated by Kirill Kornyakov over 12 years ago
- Category changed from android to java bindings
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4430