-
Notifications
You must be signed in to change notification settings - Fork 506
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
Computation time performance profiling of feature calculation #106
Comments
The last one looks very helpful! Nice work! |
As you can see, glcm appears to be the main bottleneck. Today, I tried a different approach to calculating the matrix and this resulted in about 5x speed increase for glcm alone (~3-4x faster for the whole calculation). |
Sounds promising! Also, thank you for going over the open issues and cleaning up the list. This is a good thing to do prior to the release. I have several urgent deadlines and a lot of work that needs to be done in the next week or so, so I apologize I won't have time to look into this soon. |
Addressed by #135 |
Implementation of C which yields a large improvement: #158, total computation time was 13101 ms. |
With all matrix calculation in C, as well as surface area calculation, total computing time for 5 test cases is now just over 6 seconds |
Resolved by #202 |
Some information that gives user the idea about the relative computation time could be helpful
The text was updated successfully, but these errors were encountered: