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
As an alternative to solving #299 problems because we would like to move forward, I was looking at doing the dumbest iteration over all voxels in the inputs one at a time. To my suprise I can't find anything equivalent to an iterator I could use to get one voxel at a time sequentially. Does something like this exist (or is there a workaround?)
The text was updated successfully, but these errors were encountered:
Not really -- in a sense, mincApply (and parallel friends) is the iterator (it just imposes some additional constraints like preserving the shape of the input).
As an alternative to solving #299 problems because we would like to move forward, I was looking at doing the dumbest iteration over all voxels in the inputs one at a time. To my suprise I can't find anything equivalent to an iterator I could use to get one voxel at a time sequentially. Does something like this exist (or is there a workaround?)
The text was updated successfully, but these errors were encountered: