PSMM / SLIC-Superpixels

Implementation of the SLIC superpixel algorithm to work with OpenCV
292 stars 147 forks source link

Work with OpenCV3 (from berak's commit) #4

Open k-okada opened 8 years ago

k-okada commented 8 years ago

we're using https://github.com/garaemon/SLIC-Superpixels and noticed that @berak's branch was disappeared, This PR is consists of several his/her contribution of opencv2/opencv3 supoprt

k-okada commented 8 years ago

@jens25 FYI it seems we're working very similar issue

https://github.com/jens25/SLIC-Superpixels/commit/91db1496588278e5cc877f5ec9c77974d41fa240

k-okada commented 8 years ago

@ruthvik92 FYI: you also copied code from berak's repo https://github.com/ruthvik92/SLIC-Superpixels/commit/b1aee969e8fa28b9cb48191cff5743c3acb857b4

jens25 commented 8 years ago

HI, I just ported this algorithm, to use the new OpenCV datatypes and opened a new repo, because I wanted a example, that can be build using cmake. I did some quick and dirty replacements of the original OpenCV functions, to make it work with the new datatypes. Maybe in the future I'll add some more functions and clean it up, but at the moment I don't actively develop on this repo.

keguoxin commented 7 years ago

thanks,the old version or edition can not run on my computer.After I use yours'version.I finally can run.I will continue to study!