TimMonko / napari-ndev

A collection of widgets intended to serve any person seeking to process microscopy images from start to finish, with no coding necessary. napari-ndev was designed to address the gap between the napari viewer and batch python scripting.
https://timmonko.github.io/napari-ndev/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

create a class to have consistent, useful image management across widgets #69

Open TimMonko opened 1 month ago

TimMonko commented 1 month ago

consider making Class nImage, with methods to pull data in expected formats for various function compatability. For example, we can grab the array in the format that scikit-image regionprops desires (TZYXC) compared to something like pyclesperanto (squeezed TCZYX) or nyxus (TCZYX, not needed to be squeezed).

TimMonko commented 1 month ago

this was started in #86, and nImage will continue to be built on