Is Star detector avaliable for opencv3 with python?

asked 2015-05-19 07:59:04 -0600

Jaka91 gravatar image

Hello everybody, I want to use Star detector with opencv3, I'm writing the code in python but unfortunately I can't find it! I've also typed dir(cv2) and I've searched for Star but no result... Is avaliable?

Thank you

edit retag flag offensive close merge delete

Comments

unfortunately, it's not available atm.

(you would need opencv_contrib anyway, and it would be in cv2.xfeatures2d)

berak gravatar imageberak ( 2015-05-19 08:28:28 -0600 )edit

added a pr , let's see, what comes out of it.

berak gravatar imageberak ( 2015-05-19 09:24:27 -0600 )edit

Hi berak, thank for your help :)

Jaka91 gravatar imageJaka91 ( 2015-05-20 03:08:57 -0600 )edit

things usually take a lot of time on contrib. if you're impatient, try to apply the diffs locally and rebuild.

berak gravatar imageberak ( 2015-05-20 03:17:43 -0600 )edit

pr got merged !

give it a try now ;)

berak gravatar imageberak ( 2015-05-22 00:38:14 -0600 )edit