Is Star detector avaliable for opencv3 with python?
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
unfortunately, it's not available atm.
(you would need opencv_contrib anyway, and it would be in cv2.xfeatures2d)
added a pr , let's see, what comes out of it.
Hi berak, thank for your help :)
things usually take a lot of time on contrib. if you're impatient, try to apply the diffs locally and rebuild.
pr got merged !
give it a try now ;)