-
Notifications
You must be signed in to change notification settings - Fork 34
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
Paper Draft(Preprint) #7
Comments
Hi @Algy, this implementation of SLIC is wicked awesome, you did a fantastic job. I'm implementing it within a project and was curious how you would prefer the repo being cited? Thanks again! |
Hello. @JordanMakesMaps This paper is my bachelor's thesis in Seoul National University. I didn't publish it to anywhere else, so you can consider it as a pre-print. If it is to be cited, as undergraduate student, I have no idea how it can be cited. Can you give me some guides? |
Have you compared your SLIC algorithm to FLIC: Fast Linear IterativeClustering with Active Search in terms of quality and timing? FLIC claims better quality than SLIC at significantly reduced runtime. Perhaps an optimized FLIC is more attractive? |
fastslic.pdf
The text was updated successfully, but these errors were encountered: