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 loop runs in a single thread, but could easily be multithreaded via a multithreading class or parallel Streams. BoneJ1 used a multithreading class where each thread iterated over z slices, getting the next z slice index from an AtomicInteger and summing the threads' sums at the end.
imagej-ops/src/main/java/net/imagej/ops/topology/eulerCharacteristic/EulerCharacteristic26NFloating.java
Line 223 in 010510b
This loop runs in a single thread, but could easily be multithreaded via a multithreading class or parallel Streams. BoneJ1 used a multithreading class where each thread iterated over z slices, getting the next z slice index from an AtomicInteger and summing the threads' sums at the end.
https://github.com/bonej-org/bonej/blob/master/src/org/doube/bonej/Connectivity.java
The text was updated successfully, but these errors were encountered: