Ask Your Question

bkueng's profile - activity

2016-08-29 05:35:57 -0600 received badge  Good Question (source)
2014-07-04 02:32:23 -0600 received badge  Scholar (source)
2014-07-04 02:32:16 -0600 received badge  Supporter (source)
2014-07-03 12:09:04 -0600 received badge  Nice Question (source)
2014-07-03 11:41:58 -0600 received badge  Student (source)
2014-07-03 11:21:04 -0600 asked a question 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