hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.
https://gocv.io
Other
6.42k stars 853 forks source link

Add BeblidDescriptorExtractor and TeblidDescriptorExtractor to xfeatures2d #1143

Open johnb8 opened 5 months ago

johnb8 commented 5 months ago

Adds BEBLID (https://docs.opencv.org/4.x/d7/d99/classcv_1_1xfeatures2d_1_1BEBLID.html) and TBLID (https://docs.opencv.org/4.x/dd/dc1/classcv_1_1xfeatures2d_1_1TEBLID.html) to xfeatures2d in the same way BREIF was added in #1114

deadprogram commented 3 months ago

Hello @johnb8 thank you for the pull request.

I switched the base branch to dev as mentioned in our contribution guidelines here: https://github.com/hybridgroup/gocv/blob/release/CONTRIBUTING.md#how-to-use-our-github-repository

Now there are some merge conflicts that need to be resolved, if you please. :)