This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-30 14:29:49 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1b844f8413
opencv
/
modules
/
features2d
/
misc
/
java
/
filelist
3 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Modified java wrapping mechanism
2015-02-19 21:17:19 +08:00
misc/java/src/cpp/features2d_manual.hpp
Adds supports for the majority of features2d to the Java wrappers: * Adds the main features2d header to the parse list for the generator. * Removes the manual definition of drawKeypoints and drawMatches since these are now included in the main header. * Updates the generator to ignore SimpleBlobDetector, FlannBasedMatcher and DescriptorMatcher as these cause conflicts with the generator. This is okay since these were not previously included in the distribution anyway, so no harm is done.
2016-03-07 05:49:44 +08:00
include/opencv2/features2d.hpp
Reference in New Issue
Copy Permalink