Skip to content

Implement 'Image' class #6

@AliceJoubert

Description

@AliceJoubert

Description

Implement a basic Image class to represent an image loaded into memory.
Images will be 2D only and can be instantiated with a Numpy array.

API

import numpy as np
from calculator import Image

img = Image(np.array([0,1], [1,2])))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions