PolusAI / nyxus

A fully scalable robust image feature extraction library.
MIT License
19 stars 8 forks source link

3d image support #238

Open bpavie opened 1 month ago

bpavie commented 1 month ago

Hi, the issue for 3d support is still open, but you mention last year that you will support 3d images, is that the case now ?

Best, Benjamin

sameeul commented 1 month ago

Hi Benjamin, We have added some 3D supports at the moment. The users can feed stack (in Z-axis) of 2D images and calculate 3D image features. We are actively working on adding more 3D image features at the moment. Our plan is to implement most of the common 3D feature calculation before the year ends.

We then plan to work on few other arrangements of 3D images (ome-zarr, multi-directory 3D tiff images, etc).

I am also curious to know what 3D features you are looking for and how to you arrange your 3D image data (single file, multiple 2D files etc.).

Best, Samee