Skip to content

Latest commit

 

History

History

mask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Mask

Define a binary mask to access a part of the image.

image0

The mask is basically a 2D array of booleans that select pixels.

.. literalinclude:: mask.py


Challenge

Modify the code to create your own mask shape.