-
Notifications
You must be signed in to change notification settings - Fork 8
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
3D image support #189
Comments
Hi, yes we are currently actively working adding 3D image support. See #65 . The plan is to get this done in the next 2-3 months to get something out there. One key challenge we see is the lack to data to test things out. There are many ways to represent 3D images. For example, a stack of 2D images in a directory, a zarr file using OME NGFF spec, a single Tiff file with OME TIFF metadata . Currently, we are planning to support only the first one (2D images in a directory) and then gradually add the rest. Please, feel free to share what 3D features you are interested in :-) |
Thanks @sameeul. I think within the python API, if you allow the flexibility of passing a 3D array and process it so that 3D features are extracted, that would be great. Currently, it extracts 2D features for every slice. For datasets, I can see an Arabidopsis one here: https://bioimage.io/#/?tags=3d&type=dataset&id=ilastik%2Fplantseg_ovules To be honest, with features, I am interested in all the features currently listed on the nyxus website. Would be great to have as many as possible. Cellprofiler measurements are usually a good reference, which you probably know. |
@pr4deepr : Thanks for the inputs. We will definitely keep these in mind as we keep developing the features. |
Tagging @haesleinhuepf for ideas |
Hi
Thanks for making this package available publicly. It is really powerful.
Is there any plan to support feature extraction for 3D images in the near future?
Cheers
Pradeep
The text was updated successfully, but these errors were encountered: