You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be importing a feature to binary processing that multi-label processing already has.
For binary images that contain significant volumes of black pixels, we can skip processing the black areas rather than putting them through the more expensive parabolic code.
For the multi-label code, processing a totally black volume fell from 9.5 sec to 3 seconds without affecting the performance of other cases.
The text was updated successfully, but these errors were encountered:
Gave this a try, it made the code more complex but in the cases I tried, only made a minor improvement. I imagine it would be valuable in pathological cases, but I didn't give those a try.
This would be importing a feature to binary processing that multi-label processing already has.
For binary images that contain significant volumes of black pixels, we can skip processing the black areas rather than putting them through the more expensive parabolic code.
For the multi-label code, processing a totally black volume fell from 9.5 sec to 3 seconds without affecting the performance of other cases.
The text was updated successfully, but these errors were encountered: