Is there python bindings for AffineFeature2D on Opencv 3.3.1? If they exist how can I use them?
I couldn't find an indication or an autocomplete in ipython that could help me using AffineFeature2D. Also noted that on https://github.com/opencv/opencv_cont... there isn't a CV_WRAP define next to static Ptr<AffineFeature2D> create
for example.