-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to apply this method to image segmentation? #1
Comments
Hi Derek,
To adopt mean-shift in image segmentation, you can refer to: If you want use our algorithm instead of it, you can replace
to our the example code shown in README.md It is important to note that segmentation of small-size images may be slower than sklearn since our algorithm uses GPUs. However, in the large-size image segmentation, our algorithm will have a speed advantage.
The code above can estimate a suitable bandwidth. Best, |
Thank you very much! |
spatious radius or range radius not needed?
The text was updated successfully, but these errors were encountered: