Open
Description
Hi,
I'm preparing a tutorial for my lab on trackpy and going though the walkthrough notebook, I noticed that the png images have 4 channels
from skimage.data import imread
imread('../sample_data/bulk_water/bulk_water_000.png')[0]
array([[146, 125, 54, 255],
[146, 125, 54, 255],
[146, 125, 56, 255],
...,
[140, 120, 55, 255],
[141, 120, 59, 255],
[142, 121, 60, 255]], dtype=uint8)
frames = pims.ImageSequence('../sample_data/bulk_water/*.png', as_grey=True)
raises
NotImplementedError: I don't know how to convert an image of shaped (424, 640, 4) to greyscale. Write you own function and pass it using the process_func keyword argument.
I can fix the notebook. Do you prefer to keep the use of as_grey option or show how to write a preprocess function...
Might be worth to illustrate both too. I don't know of the preprocess kwarg is illustrated somewhere.
Best
Metadata
Assignees
Labels
No labels
Activity