Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Integration of SEEDS superpixels algorithm

Hi

I'd like to include a new image segmentation algorithm in OpenCV, but I first want to make sure whether it would be accepted at all (with the necessary coding style adaptations of course)?

It is the SEEDS superpixels algorithm, described here (with source code). It is currently one of the fastest (probably even the fastest) high-accuracy oversegmentation algorithm.

If the algorithm is acceptable, is it ok to use C++ classes? And if so, can it then be used with python?

Thanks