-
Notifications
You must be signed in to change notification settings - Fork 48
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
Reference Papers of the algorithm #10
Comments
it is not difficult and I did not referent any paper |
With the help of your information, I think I can read the source code. |
bu I use ravel index to treat different dim. eg. a 5x7 array, we use 0-34 to index, and pix[i] ,s neighbors is i-1, i+1, i-7, i+7, i-7-1, i-7+1, i+7-1, i+7+1. then all the process is based on neighbors idx. so we can treat any dim. idx2rc, rc2idx, neighbors these three function is to get neighbors idx and transform between rc and ravel idx. |
Thanks again! But I think, the most hard point is about parse_struct() function. |
not hard, just use list to iterate a graph structure. |
I've never heard of "flood fill algorithm". |
Dear yxdragon, thank you for your great work.
This library helped me a lot in my work!
By the way, I want to know what algorithm is used in this library.
Could you please tell me or write in readme.md about reference paper?
The text was updated successfully, but these errors were encountered: