ropensci / opencv

R bindings for OpenCV
https://docs.ropensci.org/opencv
Other
137 stars 27 forks source link

add feature extractors #26

Closed jwijffels closed 4 years ago

jwijffels commented 4 years ago

https://docs.opencv.org/4.4.0/d3/df6/namespacecv_1_1xfeatures2d.html

jwijffels commented 4 years ago

I've added ocv_keypoints in order to eventually add SIFT descriptors where the patent was just expired but this requires xfeatures2d:

jwijffels commented 4 years ago

I've made some code conditional on the presence of xfeatures2d, working now for all builds.