Ask Your Question
0

Is there python bindings for AffineFeature2D on Opencv 3.3.1? If they exist how can I use them?

asked 2017-11-06 08:24:26 -0600

oqtvs gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-11-06 08:37:48 -0600

berak gravatar image

updated 2017-11-06 08:39:30 -0600

there isn't a CV_WRAP define next to static Ptr<AffineFeature2D> create()

sad as it is, that means, you cannot use it from python.

the reason is likely, that the Elliptic_KeyPoint isn't wrapped either. (and i guess, it would need a major overhaul/redesingn to do that, e.g. wrapping Mat23f and Size<float> also adding getters and setters for all members)

(it also looks unlikely, that this will happen in the near future)

edit flag offensive delete link more

Comments

1

Thanks! Hope that they find a way to solve this! I will try it on C++ at least.

oqtvs gravatar imageoqtvs ( 2017-11-06 08:51:59 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-11-06 08:24:26 -0600

Seen: 368 times

Last updated: Nov 06 '17