1 | initial version |
you need the ximgproc module from opencv_contrib
(since this is not part of the standard opencv packages, you'll probably have to rebuild it from src)
then it's
>>> help(cv2.ximgproc.createSuperpixelSEEDS)
2 | No.2 Revision |
you need the ximgproc module from opencv_contrib
(since this is not part of the standard opencv packages, you'll probably have to rebuild it the opencv libs & cv2.pyd from src)
then it's
>>> help(cv2.ximgproc.createSuperpixelSEEDS)