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
Some images are thin, like of fibrous media. In these cases the REV function will use cubes with a maximum size equal to the thin dimension. It might be handy to include a mode argument that controls this a bit. For instance, mode='equal' means cubes as we do now, mode='maximal' would mean cubes when smaller than min(im.shape), but uses cuboids when needed, and lastly mode='proportional' would mean the cube always has the same aspect ratio as the image. There would probably be other modes we could add in future....maybe spheres?
The text was updated successfully, but these errors were encountered:
Some images are thin, like of fibrous media. In these cases the REV function will use cubes with a maximum size equal to the thin dimension. It might be handy to include a mode argument that controls this a bit. For instance,
mode='equal'
means cubes as we do now,mode='maximal'
would mean cubes when smaller thanmin(im.shape)
, but uses cuboids when needed, and lastlymode='proportional'
would mean the cube always has the same aspect ratio as the image. There would probably be other modes we could add in future....maybe spheres?The text was updated successfully, but these errors were encountered: