Skip to content

Error in the __call__ method of ImageOverlay #444

@btessore

Description

@btessore

There is a minor bug in the call of augraphy.utilities.imageoverlay.ImagOverlay
Parenthesis are missing in image.copy.

image.copy should be image.copy()

Also,
the class returns the a RGBA image (H,W,4) instead of a 1 or 3 channels image. I'm not sure if it is the intended meaning.

cheers

Metadata

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