danforthcenter/plantcv-annotate

Napari Import data from get-centroids or from a dictionary of previously selected points

Closed this issue · 2 comments

Need to be able to import data from get-centroids (method to get data from a mask) or from output of Napari Label (dictionary).

Needed to have a function to read in the data in Napari format (y,x) instead of (x,y) format. The napari read coor function makes sure that data is in the right format for napari

Will need another function that imports that data into Napari (will do on another branch)