Skip to content

Walkthrough, as_grey option not working, png images have 4 channels #23

Open
@sciunto

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions