Ask Your Question
0

How can i import the seedSuperpixel modules?

asked 2018-05-10 07:56:15 -0600

mikeoash gravatar image

I wanted to implement the SEEDS Superpixel segmentation algorithm in python using opencv but it looks like other than video module no other module has been put up to inorder to implement it.. Please help me know what module needs to be used to import the seeds superpixel segmentaion functionalities?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-05-10 08:28:26 -0600

berak gravatar image

updated 2018-05-10 09:57:07 -0600

you need the ximgproc module from opencv_contrib

(since this is not part of the standard opencv packages, you'll probably have to rebuild the opencv libs & cv2.pyd from src)

then it's

>>> help(cv2.ximgproc.createSuperpixelSEEDS)
edit flag offensive delete link more

Comments

1

Thanks berak It worked after installing opencv-contrib!

mikeoash gravatar imagemikeoash ( 2018-05-11 00:42:51 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-05-10 07:56:15 -0600

Seen: 219 times

Last updated: May 10 '18